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.3.1 to 0.3.2

3

gedi.js

@@ -719,2 +719,5 @@ //Copyright (C) 2012 Kory Nunn

while(absoluteParts.slice(-1).pop() !== argument){
if(absoluteParts.length === 0){
throw "Named path part was not found: '" + pathPart + "', in path: '" + path + "'.";
}
lastRemoved = absoluteParts.pop();

@@ -721,0 +724,0 @@ }

2

package.json

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

],
"version": "0.3.1",
"version": "0.3.2",
"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