it-goodbye
Advanced tools
Comparing version 3.0.0 to 4.0.0
131
package.json
{ | ||
"name": "it-goodbye", | ||
"description": "Add a goodbye handshake to a duplex async iterable", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"type": "module", | ||
"types": "./dist/src/index.d.ts", | ||
"files": [ | ||
"src", | ||
"dist/src", | ||
"!dist/test", | ||
"!**/*.tsbuildinfo" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/src/index.js" | ||
} | ||
}, | ||
"eslintConfig": { | ||
"extends": "ipfs", | ||
"parserOptions": { | ||
"sourceType": "module" | ||
} | ||
}, | ||
"release": { | ||
"branches": [ | ||
"master" | ||
], | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"preset": "conventionalcommits", | ||
"releaseRules": [ | ||
{ | ||
"breaking": true, | ||
"release": "major" | ||
}, | ||
{ | ||
"revert": true, | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "feat", | ||
"release": "minor" | ||
}, | ||
{ | ||
"type": "fix", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "chore", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "docs", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "test", | ||
"release": "patch" | ||
}, | ||
{ | ||
"scope": "no-release", | ||
"release": false | ||
} | ||
] | ||
} | ||
], | ||
[ | ||
"@semantic-release/release-notes-generator", | ||
{ | ||
"preset": "conventionalcommits", | ||
"presetConfig": { | ||
"types": [ | ||
{ | ||
"type": "feat", | ||
"section": "Features" | ||
}, | ||
{ | ||
"type": "fix", | ||
"section": "Bug Fixes" | ||
}, | ||
{ | ||
"type": "chore", | ||
"section": "Trivial Changes" | ||
}, | ||
{ | ||
"type": "docs", | ||
"section": "Trivial Changes" | ||
}, | ||
{ | ||
"type": "test", | ||
"section": "Tests" | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
"@semantic-release/git" | ||
] | ||
}, | ||
"scripts": { | ||
"lint": "aegir lint", | ||
"dep-check": "aegir dep-check dist/src/**/*.js dist/test/**/*.js", | ||
"build": "tsc", | ||
"pretest": "npm run build", | ||
"test": "aegir test -f ./dist/test", | ||
"test:chrome": "npm run test -- -t browser", | ||
"test:chrome-webworker": "npm run test -- -t webworker", | ||
"test:firefox": "npm run test -- -t browser -- --browser firefox", | ||
"test:firefox-webworker": "npm run test -- -t webworker -- --browser firefox", | ||
"test:node": "npm run test -- -t node --cov", | ||
"test:electron-main": "npm run test -- -t electron-main", | ||
"release": "semantic-release" | ||
}, | ||
"homepage": "https://github.com/alanshaw/it-goodbye", | ||
@@ -11,17 +125,18 @@ "repository": { | ||
"dependencies": { | ||
"buffer": "^6.0.3" | ||
"it-stream-types": "^1.0.3", | ||
"uint8arrays": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^36.1.3", | ||
"async-iterator-to-pull-stream": "^1.3.0", | ||
"buffer": "^6.0.3", | ||
"it-all": "^1.0.6", | ||
"it-filter": "^1.0.3", | ||
"it-pipe": "^2.0.0", | ||
"muxrpc": "^6.4.2", | ||
"pull-stream": "^3.6.9", | ||
"streaming-iterables": "^5.0.4", | ||
"tape": "^5.2.2" | ||
"streaming-iterables": "^6.0.0" | ||
}, | ||
"scripts": { | ||
"test": "set -e; for t in test/*.js; do node $t; done", | ||
"lint": "standard" | ||
}, | ||
"author": "Alan Shaw", | ||
"license": "MIT" | ||
} |
# it-goodbye | ||
[![Build Status](https://travis-ci.org/alanshaw/it-pipe.svg?branch=master)](https://travis-ci.org/alanshaw/it-goodbye) | ||
[![dependencies Status](https://david-dm.org/alanshaw/it-pipe/status.svg)](https://david-dm.org/alanshaw/it-goodbye) | ||
[![Build Status](https://github.com/alanshaw/it-goodbye/actions/workflows/js-test-and-release.yml/badge.svg?branch=master)](https://github.com/alanshaw/it-goodbye/actions/workflows/js-test-and-release.yml) | ||
[![Dependencies Status](https://status.david-dm.org/gh/alanshaw/it-goodbye.svg)](https://david-dm.org/alanshaw/it-goodbye) | ||
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
@@ -27,3 +27,3 @@ | ||
``` js | ||
var goodbye = require('it-goodbye') | ||
import { goodbye } from 'it-goodbye' | ||
@@ -30,0 +30,0 @@ // a duplex stream from somewhere... |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
12853
13
Yes
2
9
117
1
+ Addedit-stream-types@^1.0.3
+ Addeduint8arrays@^3.0.0
+ Addedit-stream-types@1.0.5(transitive)
+ Addedmultiformats@9.9.0(transitive)
+ Addeduint8arrays@3.1.1(transitive)
- Removedbuffer@^6.0.3
- Removedbase64-js@1.5.1(transitive)
- Removedbuffer@6.0.3(transitive)
- Removedieee754@1.2.1(transitive)