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

es6-collections-iterators

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-collections-iterators - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.2.0",
"version": "0.2.1",
"main": "iterators.js",

@@ -8,0 +8,0 @@ "repository": {

@@ -5,6 +5,8 @@ # es6-collections-iterators

This especially concerns Internet Explorer 11, which implements es6 collections,
but does not implement the functions to retreive their elements via iterators.
but does not implement the functions to retreive their elements via iterators
and Safari 7.1 and 8, which implement the functions but do not return a valid
iterator (the `next` method is missing).
This polyfill tries to fix this to make IE 11 more compliant with the current
[standard](http://www.ecma-international.org/ecma-262/6.0/).
This polyfill tries to fix this to make IE 11 and Safari 7.1 and 8 more
compliant with the current [standard](http://www.ecma-international.org/ecma-262/6.0/).

@@ -21,2 +23,2 @@ ## Usage

are available, but the respective prototype methods `entries`, `keys` and
`values` are not.*
`values` are not implemented correctly.*
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