Socket
Socket
Sign inDemoInstall

@babel/runtime

Package Overview
Dependencies
Maintainers
6
Versions
170
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.16.5 to 7.16.7

14

helpers/esm/inherits.js

@@ -7,10 +7,10 @@ import setPrototypeOf from "./setPrototypeOf.js";

subClass.prototype = Object.create(superClass && superClass.prototype, {
constructor: {
value: subClass,
writable: true,
configurable: true
}
});
Object.defineProperty(subClass, "prototype", {
value: Object.create(superClass && superClass.prototype, {
constructor: {
value: subClass,
writable: true,
configurable: true
}
}),
writable: false

@@ -17,0 +17,0 @@ });

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

import _typeof from "@babel/runtime/helpers/typeof";
import _typeof from "./typeof.js";

@@ -3,0 +3,0 @@ function _getRequireWildcardCache(nodeInterop) {

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

import _typeof from "@babel/runtime/helpers/typeof";
import _typeof from "./typeof.js";
import assertThisInitialized from "./assertThisInitialized.js";

@@ -3,0 +3,0 @@ export default function _possibleConstructorReturn(self, call) {

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

import _typeof from "@babel/runtime/helpers/typeof";
import _typeof from "./typeof.js";
export default function _toPrimitive(input, hint) {

@@ -3,0 +3,0 @@ if (_typeof(input) !== "object" || input === null) return input;

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

import _typeof from "@babel/runtime/helpers/typeof";
import _typeof from "./typeof.js";
import toPrimitive from "./toPrimitive.js";

@@ -3,0 +3,0 @@ export default function _toPropertyKey(arg) {

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

import _typeof from "@babel/runtime/helpers/typeof";
import _typeof from "./typeof.js";
import setPrototypeOf from "./setPrototypeOf.js";

@@ -3,0 +3,0 @@ import inherits from "./inherits.js";

@@ -8,10 +8,10 @@ var setPrototypeOf = require("./setPrototypeOf.js");

subClass.prototype = Object.create(superClass && superClass.prototype, {
constructor: {
value: subClass,
writable: true,
configurable: true
}
});
Object.defineProperty(subClass, "prototype", {
value: Object.create(superClass && superClass.prototype, {
constructor: {
value: subClass,
writable: true,
configurable: true
}
}),
writable: false

@@ -18,0 +18,0 @@ });

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

var _typeof = require("@babel/runtime/helpers/typeof")["default"];
var _typeof = require("./typeof.js")["default"];

@@ -3,0 +3,0 @@ function _getRequireWildcardCache(nodeInterop) {

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

var _typeof = require("@babel/runtime/helpers/typeof")["default"];
var _typeof = require("./typeof.js")["default"];

@@ -3,0 +3,0 @@ var assertThisInitialized = require("./assertThisInitialized.js");

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

var _typeof = require("@babel/runtime/helpers/typeof")["default"];
var _typeof = require("./typeof.js")["default"];

@@ -3,0 +3,0 @@ function _toPrimitive(input, hint) {

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

var _typeof = require("@babel/runtime/helpers/typeof")["default"];
var _typeof = require("./typeof.js")["default"];

@@ -3,0 +3,0 @@ var toPrimitive = require("./toPrimitive.js");

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

var _typeof = require("@babel/runtime/helpers/typeof")["default"];
var _typeof = require("./typeof.js")["default"];

@@ -3,0 +3,0 @@ var setPrototypeOf = require("./setPrototypeOf.js");

{
"name": "@babel/runtime",
"version": "7.16.5",
"version": "7.16.7",
"description": "babel's modular runtime helpers",

@@ -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