Socket
Socket
Sign inDemoInstall

regenerator-runtime

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regenerator-runtime - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

2

package.json

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

"description": "Runtime for Regenerator-compiled generator and async functions.",
"version": "0.9.2",
"version": "0.9.3",
"main": "runtime-module.js",

@@ -8,0 +8,0 @@ "keywords": [

@@ -95,3 +95,4 @@ /**

prototype[method] = function(arg) {
return this._invoke(method, arg);
var result = this._invoke(method, arg);
return method === "return" ? result.value : result;
};

@@ -98,0 +99,0 @@ });

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