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

gedi

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gedi - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

12

gedi.js

@@ -344,8 +344,8 @@ //Copyright (C) 2012 Kory Nunn

}
}else{
for(var key in parentObject){
if(parentObject[key] instanceof DeletedItem){
delete parentObject[key];
events.trigger(paths.append(parentPath, key));
}
}
// Always run keys version, because array's might have non-index keys
for(var key in parentObject){
if(parentObject[key] instanceof DeletedItem){
delete parentObject[key];
events.trigger(paths.append(parentPath, key));
}

@@ -352,0 +352,0 @@ }

@@ -5,3 +5,3 @@ {

"author": "Kory Nunn <knunn187@gmail.com>",
"version": "1.2.2",
"version": "1.2.3",
"main": "gedi.js",

@@ -8,0 +8,0 @@ "dependencies": {

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