mergeiterator
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,5 @@ | ||
## [1.2.1](https://github.com/vadzim/mergeiterator/compare/v1.2.0...v1.2.1) (2019-05-15) | ||
# [1.2.0](https://github.com/vadzim/mergeiterator/compare/v1.1.9...v1.2.0) (2019-05-15) | ||
@@ -2,0 +6,0 @@ |
"use strict"; | ||
if (!Symbol.asyncIterator) { | ||
Symbol.asyncIterator = Symbol("asyncIterator"); | ||
Symbol.asyncIterator = Symbol("Symbol.asyncIterator"); | ||
} |
{ | ||
"name": "mergeiterator", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "merges async iterators", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
if (!Symbol.asyncIterator) { | ||
Symbol.asyncIterator = Symbol("asyncIterator") | ||
Symbol.asyncIterator = Symbol("Symbol.asyncIterator") | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19425
0