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

tus-datastore-abstract

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tus-datastore-abstract - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

index.js

44

package.json
{
"name": "tus-datastore-abstract",
"version": "0.0.1",
"version": "0.0.2",
"description": "Abstract Data Store for the tus protocol node.js server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

@@ -28,3 +24,39 @@ "type": "git",

},
"homepage": "https://github.com/bhstahl/tus-datastore-abstract#readme"
"homepage": "https://github.com/bhstahl/tus-datastore-abstract#readme",
"main": "index.js",
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "NODE_ENV=test nyc --reporter=html --reporter=text ava"
},
"engines": {
"node": ">=6.0"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"lib/"
],
"dependencies": {
"crypto-rand": "0.0.2"
},
"devDependencies": {
"@vimeo/eslint-config-player": "^5.0.0",
"ava": "^0.18.2",
"babel-eslint": "^7.1.1",
"coveralls": "^2.12.0",
"eslint": "^3.17.1",
"eslint-plugin-promise": "^3.5.0",
"nyc": "^10.1.2"
},
"ava": {
"files": [
"test/*.js"
],
"source": [
"lib/**/*.js"
]
}
}
# tus-datastore-abstract
[![npm version](https://badge.fury.io/js/tus-datastore-abstract.svg)](https://badge.fury.io/js/tus-datastore-abstract)
[![Build Status](https://travis-ci.org/bhstahl/tus-datastore-abstract.svg?branch=master)](https://travis-ci.org/bhstahl/tus-datastore-abstract)
[![Coverage Status](https://coveralls.io/repos/github/bhstahl/tus-datastore-abstract/badge.svg?branch=master)](https://coveralls.io/github/bhstahl/tus-datastore-abstract?branch=master)
[![Dependency Status](https://david-dm.org/bhstahl/tus-datastore-abstract.svg)](https://david-dm.org/bhstahl/tus-datastore-abstract#info=dependencies)
tus is a new open protocol for resumable uploads built on HTTP. This is an abstract class for creating data stores that will work with the tus-node-server implementation.
.npmignore
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