New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fs-gzip-blob-storage

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-gzip-blob-storage - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

4

CHANGELOG.md
# Changelog
## v2.1.2 2019-07-15
- Updated dependencies.
## v2.1.1 2019-06-04

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

37

package.json
{
"name": "fs-gzip-blob-storage",
"version": "2.1.1",
"version": "2.1.2",
"description": "Blob storage on filesystem, with gzip, streams and promises API",

@@ -27,5 +27,5 @@ "main": "lib/fs-gzip-blob-storage.js",

"dependencies": {
"fs-blob-storage": "^2.1.1",
"pumpify": "^1.5.1",
"tslib": "^1.9.3"
"fs-blob-storage": "^2.1.2",
"pumpify": "^2.0.0",
"tslib": "^1.10.0"
},

@@ -36,25 +36,26 @@ "devDependencies": {

"@types/mocha": "^5.2.7",
"@types/node": "^12.0.4",
"@types/node": "^12.6.2",
"@types/pumpify": "^1.4.1",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"changelog-parser": "^2.8.0",
"coveralls": "^3.0.5",
"cross-env": "^5.2.0",
"dirty-chai": "^2.0.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"markdownlint-cli": "^0.16.0",
"eslint-plugin-promise": "^4.2.1",
"markdownlint-cli": "^0.17.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"prettier": "^1.17.1",
"promise-readable": "^4.2.1",
"promise-writable": "^4.1.1",
"prettier": "^1.18.2",
"promise-readable": "^5.0.1",
"promise-writable": "^5.0.1",
"shx": "^0.3.2",
"stream.pipeline-shim": "^1.1.0",
"ts-node": "^8.2.0",
"tslint": "^5.17.0",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.1"
"typescript": "^3.5.3"
},

@@ -67,3 +68,3 @@ "scripts": {

"lint": "npm run compile && tsc --pretty -p examples && tsc --pretty -p test && eslint . && tslint -t stylish -p . && tslint -t stylish -p examples && tslint -t stylish -p test && prettier --ignore-path .gitignore --list-different '**/*.{js,json,md,ts,yml}' && markdownlint \"*.md\"",
"postpublish": "git tag v$npm_package_version -a -m \"Release v$npm_package_version\" && git push --tags",
"postpublish": "node -e \"require(\\\"changelog-parser\\\")(\\\"CHANGELOG.md\\\").then(ch => console.log(ch.versions.filter(v => v.version === \\\"$npm_package_version\\\").map(v => \\\"v$npm_package_version\\n\\n\\\" + v.body).concat(\\\"Release v$npm_package_version\\\")[0]))\" | xargs -0 git tag v$npm_package_version -a -m && git push --tags",
"prepack": "npm run compile",

@@ -70,0 +71,0 @@ "prepublishOnly": "npm run test",

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