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

update-diff

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

update-diff - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -27,3 +27,3 @@ /**

else if (typeof dict[prop] === 'function') {
result = dict[prop](diff[prop], diff, obj)
result = dict[prop](diff[prop], obj, diff)
if (result === undefined) continue

@@ -30,0 +30,0 @@ }

{
"name": "update-diff",
"version": "1.0.1",
"version": "1.0.2",
"description": "Update object by mapping diff properties",

@@ -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