node-red-contrib-viseo-blink
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name" : "node-red-contrib-viseo-blink", | ||
"version" : "0.0.2", | ||
"version" : "0.1.0", | ||
"author" : "Jean-Philippe Encausse <jp@encausse.net> (http://encausse.net/)", | ||
"description" : "Implements CURL Blink for Home API", | ||
"dependencies" : { | ||
"request" : "^2.76.0" | ||
"node-red-viseo-helper" : "0.1.23", | ||
"request-promise" : "4.2.1" | ||
}, | ||
@@ -17,7 +18,5 @@ "repository" : { | ||
"nodes": { | ||
"login": "node-blink-login.js", | ||
"home": "node-blink-home.js", | ||
"event": "node-blink-event.js" | ||
"blink": "node-blink.js" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
26538
2
7
131
1
2
+ Addednode-red-viseo-helper@0.1.23
+ Addedrequest-promise@4.2.1
+ Addedbluebird@3.7.2(transitive)
+ Addedextend@3.0.1(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addednode-red-viseo-helper@0.1.23(transitive)
+ Addedrequest-promise@4.2.1(transitive)
+ Addedrequest-promise-core@1.1.1(transitive)
+ Addedstealthy-require@1.1.1(transitive)
+ Addedtldts@6.1.64(transitive)
+ Addedtldts-core@6.1.64(transitive)
+ Addedtough-cookie@5.0.0(transitive)
- Removedrequest@^2.76.0