Registry / utility / xtend
library4.0.2javamavenunverified

WebJar for the xtend npm package, providing a library for extending objects in JavaScript.

<dependency> <groupId>org.webjars.npm</groupId> <artifactId>xtend</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · XTEND
X
xtend
utilityjavav4.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xtend
xtend

Extends an object with properties from another.

// In a JavaScript module: import xtend from 'xtend'; const obj = xtend({a: 1}, {b: 2}); console.log(obj); // {a: 1, b: 2}
Debug
Known issues
gotchaThis is a WebJar for client-side JavaScript; not a Java library.
fix
Use the npm package directly if not using WebJars.
affects: *
Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
xtend — mvn dependency:get xtend · libregistry