New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iobroker

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

7

lib/setup.js

@@ -108,4 +108,6 @@ /**

function setupLinux(callback) {
fs.writeFileSync(__dirname + '/../../../iobroker', "node node_modules/iobroker.js-controller/iobroker.js $1 $2 $3 $4 $5');", {mode: '777'});
fs.writeFileSync(__dirname + '/../../../iobroker', "node node_modules/iobroker.js-controller/iobroker.js $1 $2 $3 $4 $5", {mode: '777'});
console.log('Write "./iobroker start" to start the ioBroker');
fs.chmodSync(__dirname + '/../../../iobroker', '777');
// check if /etc/init.d/ exists

@@ -140,3 +142,4 @@ if (fs.existsSync('/etc/init.d')) {

child.stderr.pipe(process.stdout);
child.on('exit', function () {
child.on('exit', function (errCode) {
console.log('Auto start enabled. Write "update-rc.d /etc/init.d/iobroker.sh remove" to disable autostart');
if (callback) callback();

@@ -143,0 +146,0 @@ });

{
"name": "iobroker",
"version": "0.1.5",
"version": "0.1.6",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=0.8"

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