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

babel-runtime

Package Overview
Dependencies
Maintainers
5
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 6.3.19 to 6.5.0-1

4

helpers/createClass.js

@@ -11,3 +11,3 @@ "use strict";

exports.default = (function () {
exports.default = function () {
function defineProperties(target, props) {

@@ -28,2 +28,2 @@ for (var i = 0; i < props.length; i++) {

};
})();
}();

@@ -15,3 +15,3 @@ "use strict";

exports.default = (function () {
exports.default = function () {
var REACT_ELEMENT_TYPE = typeof _symbol2.default === "function" && _for2.default && (0, _for2.default)("react.element") || 0xeac7;

@@ -57,2 +57,2 @@ return function createRawReactElement(type, props, key, children) {

};
})();
}();

@@ -15,3 +15,3 @@ "use strict";

exports.default = (function () {
exports.default = function () {
function sliceIterator(arr, i) {

@@ -52,2 +52,2 @@ var _arr = [];

};
})();
}();
"use strict";
var _typeof = typeof _Symbol === "function" && typeof _Symbol$iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof _Symbol === "function" && obj.constructor === _Symbol ? "symbol" : typeof obj; };
exports.__esModule = true;
var _iterator = require("../core-js/symbol/iterator");
var _iterator2 = _interopRequireDefault(_iterator);
var _symbol = require("../core-js/symbol");

@@ -11,6 +17,6 @@

function _typeof(obj) { return obj && typeof _Symbol !== "undefined" && obj.constructor === _Symbol ? "symbol" : typeof obj; }
exports.default = function (obj) {
return obj && typeof _symbol2.default !== "undefined" && obj.constructor === _symbol2.default ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof(obj);
exports.default = typeof _symbol2.default === "function" && _typeof(_iterator2.default) === "symbol" ? function (obj) {
return typeof obj === "undefined" ? "undefined" : _typeof(obj);
} : function (obj) {
return obj && typeof _symbol2.default === "function" && obj.constructor === _symbol2.default ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof(obj);
};
{
"name": "babel-runtime",
"version": "6.3.19",
"version": "6.5.0-1",
"description": "babel selfContained runtime",

@@ -12,7 +12,7 @@ "license": "MIT",

"devDependencies": {
"babel-helpers": "^6.3.13",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-template": "^6.3.13",
"babel-regenerator-runtime": "^6.3.13"
"babel-helpers": "^6.5.0-1",
"babel-plugin-transform-runtime": "^6.5.0-1",
"babel-template": "^6.5.0-1",
"babel-regenerator-runtime": "^6.5.0-1"
}
}

@@ -39,3 +39,3 @@ "use strict";

!(function (global) {
!function (global) {
"use strict";

@@ -649,3 +649,3 @@

};
})(
}(
// Among the various tricks for obtaining a reference to the global

@@ -652,0 +652,0 @@ // object, this seems to be the most reliable technique that does not

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