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

dot-wild

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dot-wild - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## v2.2.4 (2017-07-02)
* Switch to `clone` from `clone-deep`
## v2.2.3 (2017-07-02)

@@ -2,0 +7,0 @@

2

lib/index.js

@@ -6,4 +6,4 @@ "use strict";

*/
var clone = require('clone');
var isObj = require('is-plain-object');
var clone = require('clone-deep');
var isArray = function (val) { return Array.isArray(val); };

@@ -10,0 +10,0 @@ var isString = function (val) { return typeof val === 'string'; };

{
"name": "dot-wild",
"version": "2.2.3",
"version": "2.2.4",
"description": "Use powerful dot notation (dot path + wildcard) to manipulate properties of JSON",

@@ -48,14 +48,14 @@ "main": "lib/index.js",

"devDependencies": {
"@types/mocha": "^2.2.39",
"@types/node": "^7.0.5",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.7",
"@types/power-assert": "^1.4.29",
"mocha": "^3.2.0",
"power-assert": "^1.4.2",
"ts-node": "^3.0.2",
"tslint": "^5.0.0",
"typedoc": "^0.5.10",
"typescript": "^2.2.1"
"mocha": "^3.4.2",
"power-assert": "^1.4.4",
"ts-node": "^3.1.0",
"tslint": "^5.4.3",
"typedoc": "^0.7.1",
"typescript": "^2.4.1"
},
"dependencies": {
"clone-deep": "^0.3.0",
"clone": "^2.1.1",
"is-plain-object": "^2.0.3"

@@ -62,0 +62,0 @@ },

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