bitballoon
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -182,6 +182,4 @@ var path = require("path"), | ||
if (attributes.dir) { | ||
createFromDir(this.client, attributes.dir, this.id, cb); | ||
} else if (attributes.zip) { | ||
createFromZip(this.client, attributes.zip, this.id, cb); | ||
if (attributes.dir || attributes.zip) { | ||
this.createDeploy(attributes, cb); | ||
} else { | ||
@@ -188,0 +186,0 @@ this.client.update({model: Site, element: this, attributes: attributesForUpdate(attributes)}, cb); |
@@ -5,3 +5,3 @@ { | ||
"description": "BitBalloon API client", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "" |
Sorry, the diff of this file is too big to display
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
409897
11632
33
9
6