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

closure

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

closure - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

closure.js

@@ -125,3 +125,3 @@ // Copyright 2011 Lukasz Mielicki <mielicki@gmail.com>.

// Use wrapper.
var wrapper = '(function(){with(this){' + code + '}});';
var wrapper = '(function(){with(this){' + code + '\n}});';
var fn = vm.runInThisContext(wrapper, opt_filename);

@@ -128,0 +128,0 @@ fn.call(goog_);

{
"name": "closure",
"description": "Google closure-library wrapper for node.js",
"version": "1.0.0",
"version": "1.0.1",
"url": "http://github.com/lm1/node-closure",

@@ -10,3 +10,3 @@ "author": "Lukasz Mielicki <mielicki@gmail.com>",

"node": ">=0.3.2"
},
}
}
}
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