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

esshorten2

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esshorten2 - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

5

lib/esshorten.js

@@ -178,3 +178,6 @@ /*!

ref = scope.references[j];
scopeFrom = ref.from.upper || ref.from;
scopeFrom = ref.from;
if (scope === scopeFrom) {
continue;
}
while (scopeFrom) {

@@ -181,0 +184,0 @@ varMap = scopeFrom.__var_map__;

2

package.json

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

"main": "lib/esshorten.js",
"version": "1.1.7",
"version": "1.1.8",
"engines": {

@@ -8,0 +8,0 @@ "node": ">=0.6.0"

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