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

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

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
increased by6.67%
Maintainers
1
Weekly downloads
 
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.

This polyfill tries to fix this to make IE 11 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.

Keywords

FAQs

Package last updated on 05 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