twitch-webhook
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "twitch-webhook", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A Node JS library for new Twitch Helix API Webhooks", | ||
@@ -10,7 +10,8 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "standard && mocha" | ||
"test": "standard && mocha", | ||
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "node-twitch-webhook" | ||
"url": "git://github.com/true-dubach/node-twitch-webhook.git" | ||
}, | ||
@@ -23,3 +24,10 @@ "keywords": [ | ||
], | ||
"author": "DaniilShev <daniilshev@outlook.com>", | ||
"maintainers": [ | ||
"Panishev Daniil <daniilshev@outlook.com>" | ||
], | ||
"contributors": [ | ||
"Egor Smirnov <k.egor.smirnov@gmail.com>", | ||
"Roman Nikonov <y.nikonov.roman@yandex.ru>" | ||
], | ||
"author": "Panishev Daniil", | ||
"license": "MIT", | ||
@@ -34,5 +42,8 @@ "dependencies": { | ||
"devDependencies": { | ||
"coveralls": "^3.0.0", | ||
"eslint-plugin-mocha": "^4.11.0", | ||
"istanbul": "^0.4.5", | ||
"jsdoc": "^3.5.5", | ||
"mocha": "^4.0.1", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"standard": "^10.0.3" | ||
@@ -39,0 +50,0 @@ }, |
# Node.js Twitch Helix Webhooks | ||
[![Build Status](https://travis-ci.org/true-dubach/node-twitch-webhook.svg?branch=master)](https://travis-ci.org/true-dubach/node-twitch-webhook) | ||
[![Coverage Status](https://coveralls.io/repos/github/true-dubach/node-twitch-webhook/badge.svg?branch=master)](https://coveralls.io/github/true-dubach/node-twitch-webhook?branch=master) | ||
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
@@ -5,0 +6,0 @@ [![dependencies Status](https://david-dm.org/true-dubach/node-twitch-webhook/status.svg)](https://david-dm.org/true-dubach/node-twitch-webhook) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23221
57
2
7
10