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 3.0.0 to 3.1.0

5

CHANGELOG.md
# Changelog
## v3.1.0 2020-10-07
- Correct typings for @types/node@v14.
- Uses fs.mkdir-shim@2.
## v3.0.0 2020-10-05

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

4

lib/fs-blob-storage.d.ts

@@ -13,7 +13,7 @@ /// <reference types="node" />

part?: string;
encoding?: string;
encoding?: BufferEncoding;
}
export interface FsBlobStorageReadStreamOptions {
ext?: string;
encoding?: string;
encoding?: BufferEncoding;
}

@@ -20,0 +20,0 @@ export interface FsBlobStorageCommitOptions {

{
"name": "fs-blob-storage",
"version": "3.0.0",
"version": "3.1.0",
"description": "Blob storage on filesystem, with streams and promises API",

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

"dependencies": {
"fs.mkdir-shim": "^1.1.1",
"tslib": "^2.0.1"
"fs.mkdir-shim": "^2.0.0",
"tslib": "^2.0.2"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/chai": "^4.2.13",
"@types/dirty-chai": "^2.0.2",
"@types/mocha": "^8.0.3",
"@types/node": "^12.12.62",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"@types/node": "^14.11.5",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"chai": "^4.2.0",

@@ -40,0 +40,0 @@ "changelog-parser": "^2.8.0",

@@ -20,3 +20,3 @@ /// <reference types="node" />

part?: string
encoding?: string
encoding?: BufferEncoding
}

@@ -26,3 +26,3 @@

ext?: string
encoding?: string
encoding?: BufferEncoding
}

@@ -29,0 +29,0 @@

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