Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "deepdash", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Object tree traversal for lodash", | ||
@@ -5,0 +5,0 @@ "main": "deepdash.js", |
@@ -6,3 +6,3 @@ <img src="deepdash.svg?sanitize=true" width="64px"/> | ||
### Installation | ||
In a browser load script after lodash: | ||
In a browser load [script](https://raw.githubusercontent.com/YuriGor/deepdash/master/deepdash.js) after lodash: | ||
```html | ||
@@ -19,3 +19,3 @@ <script src="lodash.js"></script> | ||
//inject new method into lodash object | ||
const _ = require('./deepdash')(require('lodash')); | ||
const _ = require('deepdash')(require('lodash')); | ||
``` | ||
@@ -22,0 +22,0 @@ ### Usage |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17305
0