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

@babel/runtime-corejs2

Package Overview
Dependencies
Maintainers
4
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/runtime-corejs2 - npm Package Compare versions

Comparing version

to
7.26.7

4

helpers/esm/objectWithoutProperties.js

@@ -9,4 +9,4 @@ import _Object$getOwnPropertySymbols from "core-js/library/fn/object/get-own-property-symbols.js";

if (_Object$getOwnPropertySymbols) {
var s = _Object$getOwnPropertySymbols(e);
for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
var n = _Object$getOwnPropertySymbols(e);
for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
}

@@ -13,0 +13,0 @@ return i;

@@ -5,3 +5,3 @@ function _objectWithoutPropertiesLoose(r, e) {

for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
if (e.includes(n)) continue;
if (-1 !== e.indexOf(n)) continue;
t[n] = r[n];

@@ -8,0 +8,0 @@ }

@@ -9,4 +9,4 @@ var _Object$getOwnPropertySymbols = require("core-js/library/fn/object/get-own-property-symbols.js");

if (_Object$getOwnPropertySymbols) {
var s = _Object$getOwnPropertySymbols(e);
for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
var n = _Object$getOwnPropertySymbols(e);
for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
}

@@ -13,0 +13,0 @@ return i;

@@ -5,3 +5,3 @@ function _objectWithoutPropertiesLoose(r, e) {

for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
if (e.includes(n)) continue;
if (-1 !== e.indexOf(n)) continue;
t[n] = r[n];

@@ -8,0 +8,0 @@ }

{
"name": "@babel/runtime-corejs2",
"version": "7.26.0",
"version": "7.26.7",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",

@@ -5,0 +5,0 @@ "license": "MIT",