Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babel/runtime

Package Overview
Dependencies
Maintainers
4
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/runtime - npm Package Compare versions

Comparing version 7.22.6 to 7.22.10

17

helpers/esm/regeneratorRuntime.js

@@ -109,3 +109,6 @@ import _typeof from "./typeof.js";

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

@@ -163,3 +166,3 @@ for (context.method = method, context.arg = arg;;) {

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

@@ -177,12 +180,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", {

@@ -189,0 +184,0 @@ value: GeneratorFunctionPrototype,

@@ -109,3 +109,6 @@ var _typeof = require("./typeof.js")["default"];

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

@@ -163,3 +166,3 @@ for (context.method = method, context.arg = arg;;) {

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

@@ -177,12 +180,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", {

@@ -189,0 +184,0 @@ value: GeneratorFunctionPrototype,

{
"name": "@babel/runtime",
"version": "7.22.6",
"version": "7.22.10",
"description": "babel's modular runtime helpers",

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

"dependencies": {
"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