Socket
Socket
Sign inDemoInstall

stream.finished

Package Overview
Dependencies
12
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

4

CHANGELOG.md
# Changelog
## v1.1.1 2018-09-18
* Distribute only *.js and *.d.ts files.
## v1.1.0 2018-09-18

@@ -4,0 +8,0 @@

92

package.json
{
"name": "stream.finished",
"version": "1.1.0",
"description": "Polyfill/shim for stream.finished in node versions < v10",
"main": "index.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/dex4er/js-stream.finished"
},
"keywords": [
"polyfill",
"shim",
"stream",
"stream.finished"
],
"author": "Piotr Roszatycki <piotr.roszatycki@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dex4er/js-stream.finishe/issues"
},
"homepage": "http://github.com/dex4er/js-stream.finished",
"dependencies": {
"define-properties": "^1.1.3",
"function-bind": "^1.1.1"
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@types/node": "^10.10.1",
"eslint": "^5.6.0",
"eslint-config-semistandard": "^12.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-standard": "^4.0.0",
"markdownlint-cli": "^0.13.0",
"semistandard": "^12.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.3",
"util.promisify": "^1.0.0"
},
"scripts": {
"postpublish": "git tag v$npm_package_version -a -m \"Release v$npm_package_version\" && git push --tags",
"pretest": "eslint . && tsc --pretty -p . && tslint *.d.ts && markdownlint *.md && es-shim-api --bound",
"test": "npm run test:spec",
"test:spec": "node test"
}
"name": "stream.finished",
"version": "1.1.1",
"description": "Polyfill/shim for stream.finished in node versions < v10",
"main": "index.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/dex4er/js-stream.finished"
},
"keywords": [
"polyfill",
"shim",
"stream",
"stream.finished"
],
"author": "Piotr Roszatycki <piotr.roszatycki@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dex4er/js-stream.finishe/issues"
},
"homepage": "http://github.com/dex4er/js-stream.finished",
"dependencies": {
"define-properties": "^1.1.3",
"function-bind": "^1.1.1"
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@types/node": "^10.10.1",
"eslint": "^5.6.0",
"eslint-config-semistandard": "^12.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-standard": "^4.0.0",
"markdownlint-cli": "^0.13.0",
"semistandard": "^12.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.3",
"util.promisify": "^1.0.0"
},
"scripts": {
"postpublish": "git tag v$npm_package_version -a -m \"Release v$npm_package_version\" && git push --tags",
"pretest": "eslint . && tsc --pretty -p . && tslint *.d.ts && markdownlint *.md && es-shim-api --bound",
"test": "npm run test:spec",
"test:spec": "node test"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc