Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

closure-util

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

closure-util - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

6

lib/scripts.js

@@ -160,3 +160,3 @@ var path = require('path');

try {
acorn.parse(this.source);
ast = acorn.parse(this.source);
} catch (err) {

@@ -278,4 +278,4 @@ var loc = err.loc;

script = new Script({name: filename, source: source});
} catch (err) {
return callback(err);
} catch (err2) {
return callback(err2);
}

@@ -282,0 +282,0 @@ callback(null, script);

{
"name": "closure-util",
"version": "0.4.2",
"version": "0.4.3",
"description": "Utilities for Closure Library based projects.",

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

Sorry, the diff of this file is not supported yet

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