es6-iterator
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.0.3"></a> | ||
## [2.0.3](https://github.com/medikoo/es6-iterator/compare/v2.0.2...v2.0.3) (2017-10-17) | ||
### Bug Fixes | ||
* configurability of toStringTag ([b99f692](https://github.com/medikoo/es6-iterator/commit/b99f692)) | ||
<a name="2.0.2"></a> | ||
@@ -7,0 +17,0 @@ ## [2.0.2](https://github.com/medikoo/es6-iterator/compare/v2.0.1...v2.0.2) (2017-10-17) |
{ | ||
"name": "es6-iterator", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Iterator abstraction based on ES6 specification", | ||
@@ -5,0 +5,0 @@ "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)", |
@@ -39,2 +39,2 @@ // Thanks @mathiasbynens | ||
}); | ||
defineProperty(StringIterator.prototype, Symbol.toStringTag, d("", "String Iterator")); | ||
defineProperty(StringIterator.prototype, Symbol.toStringTag, d("c", "String Iterator")); |
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
29746
0