stockshark-api-access
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "stockshark-api-access", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -68,3 +68,3 @@ const axios = require("axios") | ||
// console.log(error.response.status) | ||
console.error(error) | ||
// console.error(error) | ||
return null | ||
@@ -99,3 +99,3 @@ } | ||
// console.log(error.response.status) | ||
console.error(error) | ||
// console.error(error) | ||
return null | ||
@@ -102,0 +102,0 @@ } |
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
10433