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

regenerator

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regenerator - npm Package Compare versions

Comparing version 0.8.45 to 0.8.46

6

main.js

@@ -31,4 +31,6 @@ /**

function end() {
this.queue(compile(data.join(""), options).code);
this.queue(null);
try {
this.queue(compile(data.join(""), options).code);
this.queue(null);
} catch (e) { this.emit('error', e); }
}

@@ -35,0 +37,0 @@ }

@@ -19,3 +19,3 @@ {

],
"version": "0.8.45",
"version": "0.8.46",
"homepage": "http://github.com/facebook/regenerator",

@@ -22,0 +22,0 @@ "repository": {

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