Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bloks/api

Package Overview
Dependencies
Maintainers
1
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloks/api - npm Package Compare versions

Comparing version 3.4.3 to 3.4.4

8

package.json
{
"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`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc