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

iobroker

Package Overview
Dependencies
Maintainers
4
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 1.0.4 to 1.0.5

7

lib/setup.js

@@ -91,4 +91,5 @@ /**

// js-controller installed as npm
console.log('npm install https://github.com/arthurblake/node-windows/tarball/f1fd60e93e2469663b99a9cf3a64086ecedfe1e4 --production --prefix "' + rootDir + '"');
var child = exec('npm install https://github.com/arthurblake/node-windows/tarball/f1fd60e93e2469663b99a9cf3a64086ecedfe1e4 --production --prefix "' + rootDir + '"');
var npmRootDir = rootDir.replace(/\\/g, "/");
console.log('npm install https://github.com/arthurblake/node-windows/tarball/f1fd60e93e2469663b99a9cf3a64086ecedfe1e4 --production --prefix "' + npmRootDir + '"');
var child = exec('npm install https://github.com/arthurblake/node-windows/tarball/f1fd60e93e2469663b99a9cf3a64086ecedfe1e4 --production --prefix "' + npmRootDir + '"');
child.stderr.pipe(process.stdout);

@@ -490,3 +491,3 @@ child.on('exit', function () {

});
});
});
}

@@ -493,0 +494,0 @@

{
"name": "iobroker",
"version": "1.0.4",
"version": "1.0.5",
"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