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

@async-generators/iterable

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@async-generators/iterable - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

9

package.json
{
"name": "@async-generators/iterable",
"description": "wrap async/sync Iterable as an asyncIterable",
"version": "0.4.1",
"version": "0.5.0",
"author": {

@@ -41,5 +41,5 @@ "name": "Meirion Hughes",

"scripts": {
"test": "nyc node_modules/mocha/bin/mocha --require source-map-support/register --compilers ts:ts-node/register test/*.ts",
"test": "nyc node_modules/mocha/bin/mocha --harmony test/*.ts",
"build": "npm run build:commonjs && npm run build:es2015",
"build:commonjs": "tsc --project tsconfig.build.json --rootDir src/ --outDir ./dist/commonjs",
"build:commonjs": "tsc --project tsconfig.build.json --rootDir src/ --outDir ./dist/commonjs --module commonjs",
"build:es2015": "tsc --project tsconfig.build.json --rootDir src/ --outDir ./dist/es2015 --module es2015",

@@ -49,3 +49,3 @@ "cover": "codecov"

"engines": {
"node": ">=8.5.0"
"node": ">=9.0.0"
},

@@ -62,2 +62,3 @@ "nyc": {

"require": [
"source-map-support/register",
"ts-node/register"

@@ -64,0 +65,0 @@ ],

# iterable
![logo](https://avatars1.githubusercontent.com/u/31987273?v=4&s=100)
![logo](https://avatars1.githubusercontent.com/u/31987273?v=4&s=110)

@@ -20,5 +20,5 @@ wrap an async/sync Iterable as async Iterable.

This package's `main` entry points to a `commonjs` distribution.
This package's `main` entry points to a `commonjs` dist.
The `module` entry points to a `es2015` module dist. Both require native async-generator support, or be down-compiled with a webpack loader.
Additionally, the `module` entry points to a `es2015` distribution, which can be used by build systems, such as webpack, to directly use es2015 modules.

@@ -25,0 +25,0 @@ ## Api

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