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

es6-iterator

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-iterator - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

10

CHANGELOG.md

@@ -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)

2

package.json
{
"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"));
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