Socket
Socket
Sign inDemoInstall

@babel/runtime-corejs3

Package Overview
Dependencies
Maintainers
4
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/runtime-corejs3 - npm Package Compare versions

Comparing version 8.0.0-alpha.1 to 8.0.0-alpha.2

17

helpers/esm/regeneratorRuntime.js

@@ -109,3 +109,6 @@ import _pushInstanceProperty from "core-js-pure/features/instance/push.js";

if ("throw" === method) throw arg;
return doneResult();
return {
value: void 0,
done: !0
};
}

@@ -164,3 +167,3 @@ for (context.method = method, context.arg = arg;;) {

function values(iterable) {
if (iterable) {
if (iterable || "" === iterable) {
var iteratorMethod = iterable[iteratorSymbol];

@@ -178,12 +181,4 @@ if (iteratorMethod) return iteratorMethod.call(iterable);

}
return {
next: doneResult
};
throw new TypeError(typeof iterable + " is not iterable");
}
function doneResult() {
return {
value: undefined,
done: !0
};
}
return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {

@@ -190,0 +185,0 @@ value: GeneratorFunctionPrototype,

@@ -109,3 +109,6 @@ var _pushInstanceProperty = require("core-js-pure/features/instance/push.js");

if ("throw" === method) throw arg;
return doneResult();
return {
value: void 0,
done: !0
};
}

@@ -164,3 +167,3 @@ for (context.method = method, context.arg = arg;;) {

function values(iterable) {
if (iterable) {
if (iterable || "" === iterable) {
var iteratorMethod = iterable[iteratorSymbol];

@@ -178,12 +181,4 @@ if (iteratorMethod) return iteratorMethod.call(iterable);

}
return {
next: doneResult
};
throw new TypeError(typeof iterable + " is not iterable");
}
function doneResult() {
return {
value: undefined,
done: !0
};
}
return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {

@@ -190,0 +185,0 @@ value: GeneratorFunctionPrototype,

{
"name": "@babel/runtime-corejs3",
"version": "8.0.0-alpha.1",
"version": "8.0.0-alpha.2",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",

@@ -17,3 +17,3 @@ "license": "MIT",

"core-js-pure": "^3.30.2",
"regenerator-runtime": "^0.13.11"
"regenerator-runtime": "^0.14.0"
},

@@ -20,0 +20,0 @@ "exports": {

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