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.1 to 0.2.2

13

gedi.js

@@ -601,4 +601,15 @@ //Copyright (C) 2012 Kory Nunn

}
var resolvedPath = resolvePath(parentPath, path),
bindingPathParts = [];
for(var i = 0; i < resolvedPath.length; i++){
if(parseInt(resolvedPath[i]).toString() === resolvedPath[i]){
bindingPathParts[i] = '_' + resolvedPath[i];
}else{
bindingPathParts[i] = resolvedPath[i];
}
}
callbacks = get(resolvePath(parentPath, path), internalBindings);
callbacks = get(new Path(bindingPathParts), internalBindings);

@@ -605,0 +616,0 @@ if(!callback){

2

package.json

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

],
"version": "0.2.1",
"version": "0.2.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