babel-runtime
Advanced tools
Comparing version 6.22.0 to 6.23.0
@@ -5,6 +5,2 @@ "use strict"; | ||
var _asyncIterator = require("../core-js/symbol/async-iterator"); | ||
var _asyncIterator2 = _interopRequireDefault(_asyncIterator); | ||
var _symbol = require("../core-js/symbol"); | ||
@@ -103,4 +99,4 @@ | ||
if (typeof _symbol2.default === "function" && _asyncIterator2.default) { | ||
AsyncGenerator.prototype[_asyncIterator2.default] = function () { | ||
if (typeof _symbol2.default === "function" && _symbol2.default.asyncIterator) { | ||
AsyncGenerator.prototype[_symbol2.default.asyncIterator] = function () { | ||
return this; | ||
@@ -107,0 +103,0 @@ }; |
@@ -13,6 +13,2 @@ "use strict"; | ||
var _asyncIterator = require("../core-js/symbol/async-iterator"); | ||
var _asyncIterator2 = _interopRequireDefault(_asyncIterator); | ||
var _symbol = require("../core-js/symbol"); | ||
@@ -26,4 +22,4 @@ | ||
if (typeof _symbol2.default === "function") { | ||
if (_asyncIterator2.default) { | ||
var method = iterable[_asyncIterator2.default]; | ||
if (_symbol2.default.asyncIterator) { | ||
var method = iterable[_symbol2.default.asyncIterator]; | ||
if (method != null) return method.call(iterable); | ||
@@ -30,0 +26,0 @@ } |
{ | ||
"name": "babel-runtime", | ||
"version": "6.22.0", | ||
"version": "6.23.0", | ||
"description": "babel selfContained runtime", | ||
@@ -14,4 +14,4 @@ "license": "MIT", | ||
"babel-helpers": "^6.22.0", | ||
"babel-plugin-transform-runtime": "^6.22.0" | ||
"babel-plugin-transform-runtime": "^6.23.0" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
39239
596
1