Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deeply

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deeply - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

extra/functions_clone.js

@@ -1,2 +0,2 @@

var cloneFunction = require('../lib/clone_function.js')
var cloneFunction = require('fulcon')
, reduceObject = require('../lib/reduce_object.js')

@@ -3,0 +3,0 @@ ;

@@ -1,2 +0,2 @@

var cloneFunction = require('../lib/clone_function.js')
var cloneFunction = require('fulcon')
, reduceObject = require('../lib/reduce_object.js')

@@ -3,0 +3,0 @@ ;

{
"name": "deeply",
"version": "2.0.1",
"version": "2.0.2",
"description": "A toolkit for deep structure manipulations, provides deep merge/clone functionality out of the box, and exposes hooks and custom adapters for more control and greater flexibility.",

@@ -9,4 +9,5 @@ "main": "index.js",

"lint": "eslint *.js adapters/*.js test/*.js",
"test": "istanbul cover --reporter=json tape -- 'test/*.js' | tap-spec",
"browser": "browserify -t browserify-istanbul test/compatability.js | obake --coverage | tap-spec",
"test": "tape 'test/*.js' | tap-spec",
"cover": "istanbul cover --reporter=json tape -- 'test/*.js' | tap-spec",
"browser": "browserify -t browserify-istanbul test/compatibility.js | obake --coverage | tap-spec",
"report": "istanbul report",

@@ -21,3 +22,3 @@ "size": "browserify index.js | size-table deeply",

"lint",
"test",
"cover",
"browser",

@@ -58,21 +59,22 @@ "report",

"devDependencies": {
"browserify": "^13.0.0",
"browserify": "^13.1.0",
"browserify-istanbul": "^2.0.0",
"coveralls": "^2.11.9",
"eslint": "^2.9.0",
"istanbul": "^0.4.3",
"lodash.partialright": "^4.1.3",
"coveralls": "^2.11.12",
"eslint": "^2.13.1",
"istanbul": "^0.4.5",
"lodash.partialright": "^4.2.1",
"obake": "^0.1.2",
"phantomjs-prebuilt": "^2.1.7",
"pre-commit": "^1.1.2",
"phantomjs-prebuilt": "^2.1.12",
"pre-commit": "^1.1.3",
"reamde": "^1.1.0",
"rimraf": "^2.5.2",
"rimraf": "^2.5.4",
"size-table": "^0.2.0",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"tape": "^4.6.0",
"toc-md": "^0.2.0"
},
"dependencies": {
"fulcon": "^1.0.1",
"precise-typeof": "^1.0.2"
}
}

@@ -16,7 +16,7 @@ # Deeply [![NPM Module](https://img.shields.io/npm/v/deeply.svg?style=flat)](https://www.npmjs.com/package/deeply)

| compression | size |
| :--------------- | -------: |
| deeply.js | 15.18 kB |
| deeply.min.js | 5.06 kB |
| deeply.min.js.gz | 1.5 kB |
| compression | size |
| :--------------- | ------: |
| deeply.js | 15.1 kB |
| deeply.min.js | 4.98 kB |
| deeply.min.js.gz | 1.51 kB |

@@ -456,2 +456,2 @@

Deeply is licensed under the MIT license.
Deeply is released under the [MIT](LICENSE) license.
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