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.2 to 2.0.3

8

package.json
{
"name": "deeply",
"version": "2.0.2",
"version": "2.0.3",
"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,6 +9,6 @@ "main": "index.js",

"lint": "eslint *.js adapters/*.js test/*.js",
"test": "tape 'test/*.js' | tap-spec",
"cover": "istanbul cover --reporter=json tape -- 'test/*.js' | 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",
"report": "istanbul report lcov text",
"size": "browserify index.js | size-table deeply",

@@ -15,0 +15,0 @@ "toc": "toc-md README.md",

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