streaming-iterables
Advanced tools
Comparing version 8.0.0 to 8.0.1
{ | ||
"name": "streaming-iterables", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "A collection of utilities for async iterables. Designed to replace your streams.", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
} | ||
}, | ||
"types": "dist/index.d.ts", | ||
"repository": "git@github.com:reconbot/streaming-iterables.git", | ||
@@ -44,17 +49,17 @@ "homepage": "https://github.com/reconbot/streaming-iterables", | ||
"@rollup/plugin-typescript": "^11.1.2", | ||
"@types/chai": "4.3.5", | ||
"@types/node": "20.4.9", | ||
"@types/chai": "4.3.6", | ||
"@types/node": "20.5.9", | ||
"@types/sinon": "10.0.16", | ||
"@typescript-eslint/eslint-plugin": "6.3.0", | ||
"@typescript-eslint/parser": "6.3.0", | ||
"@typescript-eslint/eslint-plugin": "6.6.0", | ||
"@typescript-eslint/parser": "6.6.0", | ||
"benchmark": "2.1.4", | ||
"bluestream": "10.3.3", | ||
"c8": "8.0.1", | ||
"chai": "4.3.7", | ||
"dts-buddy": "^0.1.9", | ||
"eslint": "8.46.0", | ||
"chai": "4.3.8", | ||
"dts-buddy": "0.1.13", | ||
"eslint": "8.48.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-plugin-import": "2.28.0", | ||
"prettier": "3.0.1", | ||
"rollup": "3.28.0", | ||
"eslint-plugin-import": "2.28.1", | ||
"prettier": "3.0.3", | ||
"rollup": "3.29.0", | ||
"sinon": "15.2.0", | ||
@@ -64,3 +69,3 @@ "through2-concurrent": "2.0.0", | ||
"tslib": "^2.6.1", | ||
"typescript": "5.1.6" | ||
"typescript": "5.2.2" | ||
}, | ||
@@ -67,0 +72,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
155654
10