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

async-eval

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-eval - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

lib/wrap-error.js
module.exports = function(err) {
err.__proto__ = global[err.__proto__.name].prototype;
if (err && err.__proto__ && global[err.__proto__.name]) {
err.__proto__ = global[err.__proto__.name].prototype;
}
return err;
}

@@ -5,3 +5,3 @@ {

"description": "Execute arbitrary JS with callbacks",
"version": "0.1.3",
"version": "0.1.4",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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