Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@babel/runtime

Package Overview
Dependencies
Maintainers
4
Versions
196
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
8.0.0-alpha.15
to
8.0.0-alpha.16
+2
-2
helpers/esm/objectWithoutProperties.js

@@ -8,4 +8,4 @@ import objectWithoutPropertiesLoose from "./objectWithoutPropertiesLoose.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]);
}

@@ -12,0 +12,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 @@ }

@@ -8,4 +8,4 @@ const objectWithoutPropertiesLoose = require("./objectWithoutPropertiesLoose.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]);
}

@@ -12,0 +12,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",
"version": "8.0.0-alpha.15",
"version": "8.0.0-alpha.16",
"description": "babel's modular runtime helpers",

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