New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

copy-with

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copy-with - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/copyWith.js

2

package.json
{
"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

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