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 7.24.7 to 7.24.8

2

helpers/applyDecoratedDescriptor.js

@@ -14,4 +14,4 @@ var _forEachInstanceProperty = require("core-js-pure/features/instance/for-each.js");

return n(i, e, r) || r;
}, a), l && void 0 !== a.initializer && (a.value = a.initializer ? a.initializer.call(l) : void 0, a.initializer = void 0), void 0 === a.initializer && (_Object$defineProperty(i, e, a), a = null), a;
}, a), l && void 0 !== a.initializer && (a.value = a.initializer ? a.initializer.call(l) : void 0, a.initializer = void 0), void 0 === a.initializer ? (_Object$defineProperty(i, e, a), null) : a;
}
module.exports = _applyDecoratedDescriptor, module.exports.__esModule = true, module.exports["default"] = module.exports;

@@ -14,4 +14,4 @@ import _forEachInstanceProperty from "core-js-pure/features/instance/for-each.js";

return n(i, e, r) || r;
}, a), l && void 0 !== a.initializer && (a.value = a.initializer ? a.initializer.call(l) : void 0, a.initializer = void 0), void 0 === a.initializer && (_Object$defineProperty(i, e, a), a = null), a;
}, a), l && void 0 !== a.initializer && (a.value = a.initializer ? a.initializer.call(l) : void 0, a.initializer = void 0), void 0 === a.initializer ? (_Object$defineProperty(i, e, a), null) : a;
}
export { _applyDecoratedDescriptor as default };
import _Object$getOwnPropertySymbols from "core-js-pure/features/object/get-own-property-symbols.js";
import _indexOfInstanceProperty from "core-js-pure/features/instance/index-of.js";
import _includesInstanceProperty from "core-js-pure/features/instance/includes.js";
import objectWithoutPropertiesLoose from "./objectWithoutPropertiesLoose.js";

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

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

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

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

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

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

for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
if (_indexOfInstanceProperty(e).call(e, n) >= 0) continue;
if (_includesInstanceProperty(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 _indexOfInstanceProperty = require("core-js-pure/features/instance/index-of.js");
var _includesInstanceProperty = require("core-js-pure/features/instance/includes.js");
var objectWithoutPropertiesLoose = require("./objectWithoutPropertiesLoose.js");

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

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

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

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

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

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

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

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

{
"name": "@babel/runtime-corejs3",
"version": "7.24.7",
"version": "7.24.8",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc