Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@file-storage/local

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@file-storage/local - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

dist/local-driver.d.ts

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

lastModified(path: string): Promise<number>;
put(data: Stream | Buffer, path: string): Promise<PutResult>;
put(data: Stream | Buffer, path: string): Promise<Partial<PutResult>>;
get(path: string): Promise<ReadStream>;

@@ -18,0 +18,0 @@ delete(path: string): Promise<boolean>;

{
"name": "@file-storage/local",
"version": "1.1.1",
"version": "1.1.2",
"description": "Local driver for file-storage",

@@ -26,10 +26,11 @@ "author": "Dang Nguyen <haidang009@gmail.com>",

"test": "jest",
"test:coverage": "jest --coverage",
"test:detectOpenHandles": "jest --detectOpenHandles"
},
"devDependencies": {
"@file-storage/common": "^1.1.1",
"@file-storage/common": "^1.1.2",
"rimraf": "~3.0.2",
"typescript": "~4.3.5"
},
"gitHead": "ee67f33b76b6536599251d52c783a55f77205f6a"
"gitHead": "ecd35677ca09cd5df9e414915d3c4fabc5ec6b5a"
}
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