Socket
Socket
Sign inDemoInstall

xtend

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 4.0.0

immutable.js

4

package.json
{
"name": "xtend",
"version": "3.0.0",
"version": "4.0.0",
"description": "extend like a boss",

@@ -15,3 +15,3 @@ "keywords": [

"repository": "git://github.com/Raynos/xtend.git",
"main": "index",
"main": "immutable",
"scripts": {

@@ -18,0 +18,0 @@ "test": "node test"

@@ -5,5 +5,7 @@ # xtend

[![locked](http://badges.github.io/stability-badges/dist/locked.svg)](http://github.com/badges/stability-badges)
Extend like a boss
xtend is a basic utility library which allows you to extend an object by appending all of the properties from each object in a list. When there are identical properties, the right-most property takes presedence.
xtend is a basic utility library which allows you to extend an object by appending all of the properties from each object in a list. When there are identical properties, the right-most property takes precedence.

@@ -17,3 +19,4 @@ ## Examples

var combination = extend({
a: "a"
a: "a",
b: 'c'
}, {

@@ -25,2 +28,3 @@ b: "b"

## Stability status: Locked

@@ -27,0 +31,0 @@ ## MIT Licenced

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc