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

@tus/file-store

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tus/file-store - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

dist/configstores/index.d.ts.map

1

dist/configstores/index.d.ts
export { FileKvStore as FileConfigstore, MemoryKvStore as MemoryConfigstore, RedisKvStore as RedisConfigstore, KvStore as Configstore, } from '@tus/utils';
//# sourceMappingURL=index.d.ts.map

@@ -8,1 +8,2 @@ "use strict";

Object.defineProperty(exports, "RedisConfigstore", { enumerable: true, get: function () { return utils_1.RedisKvStore; } });
//# sourceMappingURL=index.js.map

8

dist/index.d.ts

@@ -1,8 +0,5 @@

/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
import fs from 'node:fs';
import stream from 'node:stream';
import http from 'node:http';
import { Configstore } from './configstores';
import type http from 'node:http';
import { type Configstore } from './configstores';
import { DataStore, Upload } from '@tus/utils';

@@ -36,1 +33,2 @@ export * from './configstores';

}
//# sourceMappingURL=index.d.ts.map

@@ -196,1 +196,2 @@ "use strict";

exports.FileStore = FileStore;
//# sourceMappingURL=index.js.map
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@tus/file-store",
"version": "1.4.0",
"version": "1.5.0",
"description": "Local file storage for @tus/server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/tus/tus-node-server#readme",

@@ -14,13 +13,12 @@ "bugs": "https://github.com/tus/tus-node-server/issues",

"LICENSE",
"dist"
"dist",
"src"
],
"license": "MIT",
"scripts": {
"build": "tsc",
"lint": "eslint .",
"format": "eslint --fix .",
"test": "mocha test.ts --exit --extension ts --require ts-node/register"
"build": "tsc --build",
"test": "mocha --exit --extension ts --require ts-node/register"
},
"dependencies": {
"@tus/utils": "^0.3.0",
"@tus/utils": "^0.4.0",
"debug": "^4.3.4"

@@ -32,7 +30,4 @@ },

"@types/node": "^20.11.5",
"eslint": "^8.57.0",
"eslint-config-custom": "^0.0.0",
"mocha": "^10.4.0",
"should": "^13.2.3",
"typescript": "^5.3.3"
"should": "^13.2.3"
},

@@ -39,0 +34,0 @@ "optionalDependencies": {

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