Socket
Socket
Sign inDemoInstall

dependents-editor-backend

Package Overview
Dependencies
109
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.17.0 to 1.17.1

5

lib/jumpToDefinition.js

@@ -95,2 +95,7 @@ var fs = require('fs');

}
if (node.local.type === 'Identifier' &&
node.local.name === identifierNode.name) {
return node.local;
}
},

@@ -97,0 +102,0 @@ ImportDefaultSpecifier: function(node) {

2

package.json
{
"name": "dependents-editor-backend",
"version": "1.17.0",
"version": "1.17.1",
"description": "The brains behind Dependents editor plugins",

@@ -5,0 +5,0 @@ "main": "lib/cli.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc