cryptometa
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "cryptometa", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"main": "src", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -29,3 +29,3 @@ require('isomorphic-fetch') | ||
const getMeta = (chain, key) => | ||
fetch(`${BASE}/${chain}${key ? `.assets.${key}` : ''}/meta.json`) | ||
fetch(`${BASE}/${chain}${key ? `/assets/${key}` : ''}/meta.json`) | ||
.then(r => r.json()) | ||
@@ -32,0 +32,0 @@ .then(data => ({ |
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
8934796
734
9933
1
3
41