Comparing version 1.0.4 to 1.0.5
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1116708
1035
8