Socket
Socket
Sign inDemoInstall

changeset

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changeset - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

index.js

@@ -80,3 +80,3 @@ var _ = require('underscore');

ptr = ptr[prop];
} else if (prop !== '__proto__') {
} else {
ptr[prop] = ch.value;

@@ -83,0 +83,0 @@ }

{
"name": "changeset",
"version": "0.2.5",
"version": "0.2.6",
"description": "Library to diff JSON objects into atomic put and delete operations, and apply change sets to objects. Useful with Levelup/LevelDB object synchronization.",

@@ -5,0 +5,0 @@ "main": "index.js",

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