Socket
Socket
Sign inDemoInstall

iterator.prototype

Package Overview
Dependencies
75
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    iterator.prototype

`Iterator.prototype`, or a shared object to use.


Version published
Weekly downloads
9.8M
decreased by-0.35%
Maintainers
1
Install size
4.22 MB
Created
Weekly downloads
 

Changelog

Source

v1.1.2 - 2023-09-13

Commits

  • [Fix] properly name Iterator.prototype[Symbol.iterator] method 42ddaf7
  • [Deps] update define-properties, reflect.getprototypeof 8b06aec

Readme

Source

iterator.prototype Version Badge

github actions coverage License Downloads

npm badge

Iterator.prototype, or a shared object to use.

Usage

var iterProto = require('iterator.prototype');
var assert = require('assert');

assert.equal(Object.getPrototypeOf(Object.getPrototypeOf([].keys())), iterProto);

Keywords

FAQs

Last updated on 14 Sep 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc