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

iterate-iterator

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

iterate-iterator - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.github/FUNDING.yml

7

CHANGELOG.md

@@ -10,2 +10,9 @@ # Changelog

## [v1.0.1](https://github.com/ljharb/iterate-iterator/compare/v1.0.0...v1.0.1) - 2020-01-18
### Commits
- [meta] create FUNDING.yml [`d74f792`](https://github.com/ljharb/iterate-iterator/commit/d74f792d94d21c63bc7d52e6d092d7a6fb4f6587)
- [patch] add `exports` [`a4cedf3`](https://github.com/ljharb/iterate-iterator/commit/a4cedf3ffd9d8b28624c3bbb055dd8eaca962e0a)
## v1.0.0 - 2020-01-18

@@ -12,0 +19,0 @@

10

package.json
{
"name": "iterate-iterator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Iterate any JS iterator. Works robustly in all environments, all versions.",
"main": "index.js",
"exports": {
".": [
{
"default": "./index.js"
},
"./index.js"
]
},
"scripts": {

@@ -7,0 +15,0 @@ "prepublish": "safe-publish-latest",

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