Socket
Socket
Sign inDemoInstall

with

Package Overview
Dependencies
2
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.2 to 5.1.0

6

index.js

@@ -33,2 +33,3 @@ 'use strict';

&& v !== 'undefined'
&& v !== 'this'
})

@@ -76,3 +77,8 @@

var hasReturn = false
try {
var ast = reallyParse(src)
} catch (ex) {
console.log(src);
throw ex;
}
var ref

@@ -79,0 +85,0 @@ src = src.split('')

6

package.json
{
"name": "with",
"version": "5.0.2",
"version": "5.1.0",
"description": "Compile time `with` for strict mode JavaScript",

@@ -17,8 +17,8 @@ "main": "index.js",

"acorn": "^3.1.0",
"acorn-globals": "^1.0.3"
"acorn-globals": "^3.0.0"
},
"devDependencies": {
"mocha": "~1.12.0",
"mocha": "~2.5.3",
"uglify-js": "^2.4.15"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc