Socket
Socket
Sign inDemoInstall

actional

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actional - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

16

package.json
{
"name": "actional",
"version": "0.1.2",
"version": "0.1.3",
"description": "Let clients pick and choose what to send to each other with Socket.IO",

@@ -17,2 +17,10 @@ "main": "./lib/index.js",

},
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm run build && git add lib"
}
},
"lint-staged": {
"*.ts": "eslint --fix"
},
"bin": {

@@ -32,3 +40,3 @@ "actional-server": "./lib/cli.js"

"socket.io": "^3.1.0",
"socket.io-client": "^2.3.1",
"socket.io-client": "^3.1.0",
"yargs": "^16.0.3"

@@ -44,5 +52,7 @@ },

"eslint": "^7.18.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.3",
"ts-node": "^9.1.1",
"typescript": "4.0"
"typescript": "4.1"
}
}
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