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

average-rating

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

average-rating - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

24

package.json
{
"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

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