@bloks/api
Advanced tools
Comparing version 3.3.12 to 3.3.13
{ | ||
"name": "@bloks/api", | ||
"version": "3.3.12", | ||
"version": "3.3.13", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "8b157edb519f0e6c32381d72cbc71d3ace01f41d" | ||
"gitHead": "8583f78072d3b696315397b481cb60bb86b55782" | ||
} |
@@ -5,9 +5,7 @@ import feathers from '@feathersjs/feathers' | ||
import axios from 'axios' | ||
const Primus = require('./primus') | ||
export default class Feathers { | ||
constructor (apiServerEndpoint, chain) { | ||
if (Primus) { | ||
this.initializePrimus(apiServerEndpoint, chain) | ||
} | ||
this.initializePrimus(apiServerEndpoint, chain) | ||
this.initializeRest(apiServerEndpoint) | ||
@@ -14,0 +12,0 @@ } |
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 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
218327
10
2
8