Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-runtime

Package Overview
Dependencies
Maintainers
4
Versions
191
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.0.0-alpha.12 to 7.0.0-alpha.14

helpers/builtin/es6/inheritsLoose.js

6

helpers/builtin/es6/possibleConstructorReturn.js
import _typeof from "../../../helpers/builtin/es6/typeof";
export default function (self, call) {
if (call && ((typeof call === "undefined" ? "undefined" : _typeof(call)) === "object" || typeof call === "function")) {
return call;
}
if (!self) {

@@ -7,3 +11,3 @@ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");

return call && ((typeof call === "undefined" ? "undefined" : _typeof(call)) === "object" || typeof call === "function") ? call : self;
return self;
}

@@ -8,2 +8,6 @@ exports.__esModule = true;

exports.default = function (self, call) {
if (call && ((typeof call === "undefined" ? "undefined" : (0, _typeof3.default)(call)) === "object" || typeof call === "function")) {
return call;
}
if (!self) {

@@ -13,5 +17,5 @@ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");

return call && ((typeof call === "undefined" ? "undefined" : (0, _typeof3.default)(call)) === "object" || typeof call === "function") ? call : self;
return self;
};
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
import _typeof from "../../helpers/es6/typeof";
export default function (self, call) {
if (call && ((typeof call === "undefined" ? "undefined" : _typeof(call)) === "object" || typeof call === "function")) {
return call;
}
if (!self) {

@@ -7,3 +11,3 @@ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");

return call && ((typeof call === "undefined" ? "undefined" : _typeof(call)) === "object" || typeof call === "function") ? call : self;
return self;
}

@@ -8,2 +8,6 @@ exports.__esModule = true;

exports.default = function (self, call) {
if (call && ((typeof call === "undefined" ? "undefined" : (0, _typeof3.default)(call)) === "object" || typeof call === "function")) {
return call;
}
if (!self) {

@@ -13,5 +17,5 @@ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");

return call && ((typeof call === "undefined" ? "undefined" : (0, _typeof3.default)(call)) === "object" || typeof call === "function") ? call : self;
return self;
};
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

6

package.json
{
"name": "babel-runtime",
"version": "7.0.0-alpha.12",
"version": "7.0.0-alpha.14",
"description": "babel selfContained runtime",

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

"devDependencies": {
"babel-helpers": "7.0.0-alpha.12",
"babel-plugin-transform-runtime": "7.0.0-alpha.12"
"babel-helpers": "7.0.0-alpha.14",
"babel-plugin-transform-runtime": "7.0.0-alpha.14"
}
}
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