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

castor

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

castor - npm Package Compare versions

Comparing version 1.1.8 to 1.1.10

.eslintignore

16

package.json
{
"name": "castor",
"version": "1.1.8",
"version": "1.1.10",
"description": "An ES7 [CAS designed](https://en.wikipedia.org/wiki/Content-addressable_storage) file storage for nodejs with a simple API and robust implementation.",
"main": "store.js",
"scripts": {
"eslint": "eslint test/ store.js index.js",
"eslint": "eslint .",
"checkall": "npm run eslint",

@@ -14,3 +14,3 @@ "test": "npm run checkall && npm run cover",

},
"author": "Francois Leurent <fleurent@ivsweb.com>",
"author": "Francois Leurent <131.code@leurent.email>",
"license": "MIT",

@@ -20,3 +20,3 @@ "dependencies": {

"mout": "^1.1.0",
"nyks": "^5.15.2",
"nyks": "^6.1.9",
"send": "^0.16.2"

@@ -28,3 +28,3 @@ },

"mocha": "^5.2.0",
"nyc": "^13.0.1"
"nyc": "^15.1.0"
},

@@ -37,3 +37,3 @@ "directories": {

"type": "git",
"url": "git+https://github.com/ivsgroup/castore.git"
"url": "git+https://github.com/131/castor.git"
},

@@ -46,5 +46,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/ivsgroup/castore/issues"
"url": "https://github.com/131/castor/issues"
},
"homepage": "https://github.com/ivsgroup/castore#readme"
"homepage": "https://github.com/131/castor#readme"
}

@@ -8,4 +8,4 @@ # Content addressable storage - castor

[![Build Status](https://travis-ci.org/ivsgroup/castor.svg?branch=master)](https://travis-ci.org/ivsgroup/castor)
[![Coverage Status](https://coveralls.io/repos/github/ivsgroup/castor/badge.svg?branch=master)](https://coveralls.io/github/ivsgroup/castor?branch=master)
[![Build Status](https://github.com/131/castor/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/131/castor/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/131/castor/badge.svg?branch=master)](https://coveralls.io/github/131/castor?branch=master)
[![NPM version](https://img.shields.io/npm/v/castor.svg)](https://www.npmjs.com/package/castor)

@@ -12,0 +12,0 @@ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)

Sorry, the diff of this file is not supported yet

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