Socket
Socket
Sign inDemoInstall

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

Adds missing values, keys and entries functions to native es6 collection implementations


Version published
Maintainers
1
Created
Source

es6-collections-iterators

Adds missing values, keys and entries functions to native es6 collection implementations

This especially concerns Internet Explorer 11, which implements es6 collections, 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 and Safari 7.1 and 8 more compliant with the current standard.

Usage

NPM

require('es6-collections-iterators')

Note that this polyfill only does something if the collections Set and Map are available, but the respective prototype methods entries, keys and values are not implemented correctly.

Keywords

FAQs

Package last updated on 06 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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