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

es-parse-tools

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-parse-tools - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/atom-cache.js

@@ -79,3 +79,3 @@ //For use in ATOM packages only.

cache.set(uri, toCache);
return callback(null, toCache);
return callback(null, toCache.parsedURI);
});

@@ -82,0 +82,0 @@ }

{
"name": "es-parse-tools",
"version": "0.2.0",
"version": "0.2.1",
"description": "Javascript Harmony syntax tree and scope parsing utilities. Used in the ES Bindings Pane and ES Navigation atom plugins, but may find use elsewhere.",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

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