Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "copy-with", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "lib/index", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -25,7 +25,7 @@ # copy-with | ||
- This preserves referential equality and allows comparisons like this: | ||
```js | ||
if (prevObj === newObj) { /* `newObj` has definitely changed */ } | ||
``` | ||
- This works very nicely with [Redux](http://redux.js.org/), among other functionally-inspired libraries and patterns! | ||
@@ -112,2 +112,3 @@ | ||
```sh | ||
$ npm test | ||
$ npm version [major|minor|patch] | ||
@@ -114,0 +115,0 @@ $ npm run build |
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
126
0
9934
17
130