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.3 to 0.3.0

2

build/atom-cache.js

@@ -26,3 +26,3 @@ "use strict";

function parseURI(uri, callback) {
var tab = getAtomTab();
var tab = getAtomTab(uri);
if (tab) {

@@ -29,0 +29,0 @@ return getFromCache(uri, tab.getText(), callback);

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

export function parseURI(uri, callback) {
var tab = getAtomTab();
var tab = getAtomTab(uri);

@@ -29,0 +29,0 @@ if (tab) {

{
"name": "es-parse-tools",
"version": "0.2.3",
"version": "0.3.0",
"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