Comparing version 0.1.0 to 0.1.1
@@ -29,7 +29,7 @@ /* | ||
if (err) return callback(err, data); | ||
var exception = null; | ||
try { | ||
callback(null, response, JSON.parse(data)); | ||
} catch (exc) { | ||
callback(exc, response, data); | ||
} | ||
data = JSON.parse(data); | ||
} catch (e) { exception = e; } | ||
callback(exception, response, data); | ||
}; | ||
@@ -36,0 +36,0 @@ } |
{ | ||
"name": "fitbit-js", | ||
"description": "Simple FitBit API client", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Simon Murtha-Smith <simon@murtha-smith.com>", | ||
@@ -6,0 +6,0 @@ "keywords": ["fitbit"], |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
921752
355
17614
2
80
61
24