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

@babel/runtime-corejs3

Package Overview
Dependencies
Maintainers
4
Versions
139
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 7.26.0 to 7.26.7

6

helpers/esm/objectWithoutProperties.js
import _Object$getOwnPropertySymbols from "core-js-pure/features/object/get-own-property-symbols.js";
import _includesInstanceProperty from "core-js-pure/features/instance/includes.js";
import _indexOfInstanceProperty from "core-js-pure/features/instance/index-of.js";
import objectWithoutPropertiesLoose from "./objectWithoutPropertiesLoose.js";

@@ -10,4 +10,4 @@ function _objectWithoutProperties(e, t) {

if (_Object$getOwnPropertySymbols) {
var s = _Object$getOwnPropertySymbols(e);
for (r = 0; r < s.length; r++) o = s[r], _includesInstanceProperty(t).call(t, 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 === _indexOfInstanceProperty(t).call(t, o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
}

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

@@ -1,2 +0,2 @@

import _includesInstanceProperty from "core-js-pure/features/instance/includes.js";
import _indexOfInstanceProperty from "core-js-pure/features/instance/index-of.js";
function _objectWithoutPropertiesLoose(r, e) {

@@ -6,3 +6,3 @@ if (null == r) return {};

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

@@ -9,0 +9,0 @@ }

var _Object$getOwnPropertySymbols = require("core-js-pure/features/object/get-own-property-symbols.js");
var _includesInstanceProperty = require("core-js-pure/features/instance/includes.js");
var _indexOfInstanceProperty = require("core-js-pure/features/instance/index-of.js");
var objectWithoutPropertiesLoose = require("./objectWithoutPropertiesLoose.js");

@@ -10,4 +10,4 @@ function _objectWithoutProperties(e, t) {

if (_Object$getOwnPropertySymbols) {
var s = _Object$getOwnPropertySymbols(e);
for (r = 0; r < s.length; r++) o = s[r], _includesInstanceProperty(t).call(t, 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 === _indexOfInstanceProperty(t).call(t, o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
}

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

@@ -1,2 +0,2 @@

var _includesInstanceProperty = require("core-js-pure/features/instance/includes.js");
var _indexOfInstanceProperty = require("core-js-pure/features/instance/index-of.js");
function _objectWithoutPropertiesLoose(r, e) {

@@ -6,3 +6,3 @@ if (null == r) return {};

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

@@ -9,0 +9,0 @@ }

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

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

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