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

gulel

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulel - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

.github/workflows/mirror.yml

13

package.json
{
"name": "gulel",
"version": "1.2.0",
"version": "1.2.1",
"description": "Gulel is an express based application server that manages Twitch Webhooks with minimal setup",

@@ -13,3 +13,4 @@ "keywords": [

"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "standard --fix"
},

@@ -22,11 +23,11 @@ "author": "abskmj@gmail.com",

"dependencies": {
"axios": "^0.19.2",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"morgan": "^1.10.0",
"ngrok": "^3.2.7"
"ngrok": "^4.0.1"
},
"devDependencies": {
"standard": "^14.3.4"
"standard": "^16.0.3"
}
}
}
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