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

sinks

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sinks - npm Package Compare versions

Comparing version 3.0.4 to 3.1.0

4

package.json
{
"name": "sinks",
"version": "3.0.4",
"version": "3.1.0",
"description": "Tools for object sync (get it?!), validation, diffing, and immutable deep setting",

@@ -13,3 +13,3 @@ "source": "src/index.js",

"test-inspect": "node --inspect-brk definition.spec.js",
"test": "node -r esm src/main.spec.js",
"test": "tape -r esm ./**/*.spec.js",
"lint": "eslint .",

@@ -16,0 +16,0 @@ "format": "prettier --write ."

@@ -320,2 +320,3 @@ # sinks

- `3.1.0`: Added `simpleObjectDeepEqual` utility for lightweight object comparisons of simple objects.
- `3.0.4`: Added other test for `getChanges` to ensure it handle nested objects with integer keys correctly.

@@ -322,0 +323,0 @@ - `3.0.3`: Fixed bug where `getChanges` not handle objects with integer keys correctly.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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