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 3.0.0 to 3.0.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## v3.0.1
> 2017-12-16
* Change to [clone-deep](https://www.npmjs.com/package/clone-deep) from [clone](https://www.npmjs.com/package/clone). [#12](https://github.com/tsuyoshiwada/dot-wild/issues/12)
## v3.0.0

@@ -2,0 +9,0 @@

2

lib/index.js

@@ -14,3 +14,3 @@ "use strict";

*/
var clone = require('clone');
var clone = require('clone-deep');
var isObj = require('is-plain-object');

@@ -17,0 +17,0 @@ var isArray = function (val) { return Array.isArray(val); };

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

@@ -59,3 +59,3 @@ "main": "lib/index.js",

"dependencies": {
"clone": "^2.1.1",
"clone-deep": "^2.0.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