babel-runtime
Advanced tools
Comparing version 6.11.6 to 6.18.0
@@ -28,5 +28,5 @@ "use strict"; | ||
return _promise2.default.resolve(value).then(function (value) { | ||
return step("next", value); | ||
step("next", value); | ||
}, function (err) { | ||
return step("throw", err); | ||
step("throw", err); | ||
}); | ||
@@ -33,0 +33,0 @@ } |
@@ -13,3 +13,3 @@ "use strict"; | ||
var _typeof = typeof _symbol2.default === "function" && typeof _iterator2.default === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof _symbol2.default === "function" && obj.constructor === _symbol2.default ? "symbol" : typeof obj; }; | ||
var _typeof = typeof _symbol2.default === "function" && typeof _iterator2.default === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof _symbol2.default === "function" && obj.constructor === _symbol2.default && obj !== _symbol2.default.prototype ? "symbol" : typeof obj; }; | ||
@@ -21,3 +21,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
} : function (obj) { | ||
return obj && typeof _symbol2.default === "function" && obj.constructor === _symbol2.default ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof(obj); | ||
return obj && typeof _symbol2.default === "function" && obj.constructor === _symbol2.default && obj !== _symbol2.default.prototype ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof(obj); | ||
}; |
{ | ||
"name": "babel-runtime", | ||
"version": "6.11.6", | ||
"version": "6.18.0", | ||
"description": "babel selfContained runtime", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39468
241
600