Socket
Socket
Sign inDemoInstall

6brain

Package Overview
Dependencies
243
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

.eslintignore

36

package.json
{
"name": "6brain",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ants <contact@ants.builders> (http://ants.builders)",
"license": "MIT",
"dependencies": {
"6sense": "0.0.5",
"quipu": "0.0.3"
}
"name": "6brain",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "if [ -d .git ]; then cp ./git-hooks/pre-commit ./.git/hooks/pre-commit; chmod a+x ./.git/hooks/pre-commit; fi",
"lint": "eslint ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ants <contact@ants.builders> (http://ants.builders)",
"license": "MIT",
"dependencies": {
"6sense": "0.1.1",
"node-schedule": "^0.2.6",
"quipu": "0.1.5",
"request": "^2.58.0",
"serialport": "~1.7.4",
"machina": "~1.1.2",
"es6-promise": "~2.3.0"
},
"devDependencies": {
"eslint": "^0.21.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc