Comparing version 1.1.8 to 1.1.10
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
13325
9
0
0
+ Addednyks@6.12.1(transitive)
- Removednyks@5.16.3(transitive)
Updatednyks@^6.1.9