@bloks/api
Advanced tools
Comparing version 3.4.3 to 3.4.4
{ | ||
"name": "@bloks/api", | ||
"version": "3.4.3", | ||
"version": "3.4.4", | ||
"description": "", | ||
@@ -13,4 +13,4 @@ "publishConfig": { | ||
"dependencies": { | ||
"@bloks/constants": "^3.4.3", | ||
"@bloks/utils": "^3.4.3", | ||
"@bloks/constants": "^3.4.4", | ||
"@bloks/utils": "^3.4.4", | ||
"@eoscafe/hyperion": "^3.2.4", | ||
@@ -24,3 +24,3 @@ "@feathersjs/feathers": "^3.3.1", | ||
}, | ||
"gitHead": "85872ce34dcb2f0eaa756cbf9c46b9733309a14c" | ||
"gitHead": "d90b70e481755295dd325d509effd98da106c40b" | ||
} |
@@ -32,2 +32,4 @@ import axios from 'axios' | ||
this.initialize() | ||
// constants.addChainChangeCallback(this.initialize) | ||
} | ||
@@ -34,0 +36,0 @@ |
@@ -14,3 +14,3 @@ import feathers from '@feathersjs/feathers' | ||
initializePrimus (apiServerEndpoint, chain) { | ||
if (chain !== 'eos' && process.env.NODE_ENV === 'production') { | ||
if (chain !== 'eos') { | ||
// eslint-disable-next-line | ||
@@ -17,0 +17,0 @@ Primus.prototype.pathname = `/${chain}/primus` |
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
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
93973
1511
5
Updated@bloks/constants@^3.4.4
Updated@bloks/utils@^3.4.4