average-rating
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"name": "average-rating", | ||
@@ -13,23 +13,15 @@ "description": "Calculate average score and rating based on Wilson Score Equation", | ||
"engines": { | ||
"node": ">= 6.0" | ||
"node": ">= 7.6" | ||
}, | ||
"scripts": { | ||
"lint": "eslint .", | ||
"nsp": "nsp check --output checkstyle", | ||
"tape": "nyc tape test/start.js | tap-spec", | ||
"tape:debug": "DEBUG=*:* nyc tape test/start.js | tap-spec", | ||
"report": "nyc report --reporter=lcov > coverage.lcov && codecov", | ||
"pretest": "npm run lint && npm run nsp", | ||
"test": "npm run tape", | ||
"posttest": "CODECOV_TOKEN=47b63968-97ab-4ad1-8812-267ce37a3e5f npm run report", | ||
"lint": "eslint src test/specs", | ||
"pretest": "npm run lint", | ||
"test": "COVERALLS_REPO_TOKEN=r4RUEgCLDFRBFQvIwGRL2NxWVxmx4J8Ob tap test/start.js --coverage --reporter=spec", | ||
"reset": "node reset" | ||
}, | ||
"devDependencies": { | ||
"codecov": "^3.0.1", | ||
"eslint": "^4.19.1", | ||
"coveralls": "^3.0.2", | ||
"eslint": "^5.6.0", | ||
"eslint-config-goes": "^1.0.0", | ||
"nsp": "^3.2.1", | ||
"nyc": "^11.7.1", | ||
"tap-spec": "^4.1.1", | ||
"tape": "^4.9.0" | ||
"tap": "^12.0.1" | ||
}, | ||
@@ -36,0 +28,0 @@ "keywords": [ |
@@ -6,5 +6,3 @@ # average-rating | ||
[![Build Status](https://travis-ci.org/ndaidong/average-rating.svg?branch=master)](https://travis-ci.org/ndaidong/average-rating) | ||
[![codecov](https://codecov.io/gh/ndaidong/average-rating/branch/master/graph/badge.svg)](https://codecov.io/gh/ndaidong/average-rating) | ||
![Dependency Status](https://david-dm.org/ndaidong/average-rating.svg) | ||
[![NSP Status](https://nodesecurity.io/orgs/techpush/projects/ff38031c-c6ba-4606-92e9-ebe07d649fa7/badge)](https://nodesecurity.io/orgs/techpush/projects/ff38031c-c6ba-4606-92e9-ebe07d649fa7) | ||
[![Coverage Status](https://coveralls.io/repos/github/ndaidong/average-rating/badge.svg?branch=master)](https://coveralls.io/github/ndaidong/average-rating?branch=master) | ||
@@ -11,0 +9,0 @@ ![Google app on Google Play](http://i.imgur.com/NgQX5OW.png) |
@@ -6,3 +6,3 @@ /** | ||
const test = require('tape'); | ||
const test = require('tap').test; | ||
@@ -9,0 +9,0 @@ const AverageRating = require('../../../index'); |
@@ -6,3 +6,3 @@ /** | ||
const test = require('tape'); | ||
const test = require('tap').test; | ||
@@ -9,0 +9,0 @@ const AverageRating = require('../../../index'); |
@@ -6,3 +6,3 @@ /** | ||
const test = require('tape'); | ||
const test = require('tap').test; | ||
@@ -9,0 +9,0 @@ const AverageRating = require('../../../index'); |
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
4
10872
80