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 0.2.5 to 0.2.6

11

gedi.js

@@ -372,2 +372,4 @@ //Copyright (C) 2012 Kory Nunn

}
return reference;
}

@@ -799,3 +801,10 @@

setDirtyState(path, dirty);
remove(path, model);
var reference = remove(path, model);
if(Array.isArray(reference)){
//trigger one above
path = resolvePath('[/]', path.append('..'));
}
trigger(path);

@@ -802,0 +811,0 @@ }

2

package.json

@@ -8,3 +8,3 @@ {

],
"version": "0.2.5",
"version": "0.2.6",
"main": "gedi.js",

@@ -11,0 +11,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