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

twitch-webhook

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitch-webhook - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

19

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

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