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

@file-storage/core

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

@file-storage/core - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4-alpha.0

dist/cjs/file-storage.js

22

package.json
{
"name": "@file-storage/core",
"version": "1.3.3",
"version": "1.3.4-alpha.0",
"description": "> TODO: description",

@@ -8,7 +8,12 @@ "author": "Dang Nguyen <haidang009@gmail.com>",

"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"exports": {
"import": "./dist/esm/index.js",
"default": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"repository": {

@@ -23,5 +28,6 @@ "type": "git",

"scripts": {
"build": "yarn clean && yarn compile",
"build": "yarn clean && yarn compile:cjs && yarn compile:esm",
"clean": "rimraf -rf ./dist",
"compile": "tsc -p tsconfig.build.json",
"compile:cjs": "tsc -p tsconfig-cjs.build.json",
"compile:esm": "tsc -p tsconfig-esm.build.json",
"test": "jest",

@@ -32,11 +38,11 @@ "test:coverage": "jest --coverage",

"dependencies": {
"@file-storage/local": "^1.3.3",
"@file-storage/local": "^1.3.4-alpha.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@file-storage/common": "^1.3.3",
"@file-storage/common": "^1.3.4-alpha.0",
"rimraf": "~3.0.2",
"typescript": "~4.3.5"
},
"gitHead": "4d470e71a9a24b7acc0d6f82ac536dacfdd19a4d"
"gitHead": "9e9413b7c284c2eda373044ad98e8d1e85207c5f"
}
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