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

fs-blob-storage

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-blob-storage - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

5

CHANGELOG.md
# Changelog
## v2.1.3 2019-10-07
- Use `mocha-steps` for testing.
- Updated dependencies.
## v2.1.2 2019-07-15

@@ -4,0 +9,0 @@

2

lib/fs-blob-storage.js

@@ -66,6 +66,6 @@ "use strict";

}
exports.FsBlobStorage = FsBlobStorage;
FsBlobStorage.DEFAULT_EXT = "";
FsBlobStorage.DEFAULT_PART = ".part";
exports.FsBlobStorage = FsBlobStorage;
exports.default = FsBlobStorage;
//# sourceMappingURL=fs-blob-storage.js.map
{
"name": "fs-blob-storage",
"version": "2.1.2",
"version": "2.1.3",
"description": "Blob storage on filesystem, with streams and promises API",

@@ -27,33 +27,34 @@ "main": "lib/fs-blob-storage.js",

"dependencies": {
"fs.mkdir-shim": "^1.1.0",
"fs.mkdir-shim": "^1.1.1",
"tslib": "^1.10.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/dirty-chai": "^2.0.0",
"@types/chai": "^4.2.3",
"@types/dirty-chai": "^2.0.2",
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.2",
"@types/node": "^12.7.11",
"chai": "^4.2.0",
"changelog-parser": "^2.8.0",
"coveralls": "^3.0.5",
"cross-env": "^5.2.0",
"coveralls": "^3.0.6",
"cross-env": "^6.0.3",
"dirty-chai": "^2.0.1",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"make-dir": "^3.0.0",
"markdownlint-cli": "^0.17.0",
"mocha": "^6.1.4",
"markdownlint-cli": "^0.18.0",
"mocha": "^6.2.1",
"mocha-steps": "^1.3.0",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"promise-readable": "^5.0.1",
"promise-writable": "^5.0.1",
"promise-readable": "^5.0.3",
"promise-writable": "^5.0.3",
"shx": "^0.3.2",
"stream.pipeline-shim": "^1.1.0",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.3"
"typescript": "^3.6.3"
},

@@ -60,0 +61,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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