Socket
Socket
Sign inDemoInstall

blend.js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blend.js - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

7

bower.json

@@ -7,3 +7,3 @@ {

],
"description": "Micro-lib for performing shallow/deep copying of objects with support for array merging + dedup",
"description": "Micro library for performing shallow/deep copying of objects with support for array merging + dedup",
"main": "lib/blend.min.js",

@@ -14,3 +14,6 @@ "ignore": [

"*.md",
"package.json"
"package.json",
"node_modules",
"bower_components",
"tests"
],

@@ -17,0 +20,0 @@ "keywords": [

@@ -14,5 +14,4 @@ 'use strict';

* @author Kieran Boyle (github.com/dysfunc)
* @version 1.0.2
* @link https://github.com/dysfunc/blend.js
*
* @license ISC
*/

@@ -19,0 +18,0 @@

{
"name": "blend.js",
"version": "1.0.8",
"description": "Micro-lib for performing shallow/deep copying of objects with support for array merging + dedup",
"version": "1.0.9",
"description": "Micro library for performing shallow/deep copying of objects with support for array merging + dedup",
"author": "Kieran Boyle <norcal.kieran@gmail.com>",

@@ -6,0 +6,0 @@ "main": "lib",

#blend.js
Micro-lib for performing shallow/deep copying of objects with support for array merging + dedup
# Extend for all (Node.js + Browser)
# Extend for Node, CommonJS, Browserify, AMD and Browser

@@ -6,0 +6,0 @@ `blend` is **NOT** a direct port of jQuery's extend() method. This lib follows the same approach that jQuery.extend does

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc