Socket
Socket
Sign inDemoInstall

iterall

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iterall - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

package.json
{
"name": "iterall",
"version": "1.1.0",
"version": "1.1.1",
"description": "Minimal zero-dependency utilities for using JavaScript Iterables in all environments.",

@@ -12,7 +12,7 @@ "main": "index.js",

"lint-check": "npm run prettier -- --list-different",
"prettier": "prettier --single-quote --no-semi --parser flow '*.{js,flow}'",
"prettier": "prettier --single-quote --no-semi '*.js'",
"testonly": "nyc --check-coverage --statements 100 node test.js",
"testdocs": "if [ \"$(documentation readme -dgs API | grep -vF 'up to date')\" ]; then echo 'Must run: npm run docs'; exit 1; fi;",
"docs": "documentation readme -gs API",
"travis": "npm run lint-check && npm run flow && npm run test && nyc report --reporter=text-lcov | coveralls"
"travis": "npm run lint-check && npm run flow && npm run testdocs && npm run testonly && nyc report --reporter=text-lcov | coveralls"
},

@@ -45,3 +45,3 @@ "repository": {

"documentation": "4.0.0-beta5",
"flow-bin": "0.44.2",
"flow-bin": "0.45.0",
"nyc": "10.2.0",

@@ -48,0 +48,0 @@ "prettier": "1.2.2"

@@ -109,3 +109,3 @@ # JavaScript [Iterators][] and [AsyncIterators][] for all!

different kinds of data-structures, `AsyncIterator` provides a common interface
over a stream (or Observable) of values.
over an asynchronous sequence of values (similar to Stream or Observable).

@@ -112,0 +112,0 @@ Async Iterators are not yet an official part of JavaScript, however they're

Sorry, the diff of this file is not supported yet

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