New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bloks/constants

Package Overview
Dependencies
Maintainers
3
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloks/constants - npm Package Compare versions

Comparing version 3.5.81 to 3.5.82

4

package.json
{
"name": "@bloks/constants",
"version": "3.5.81",
"version": "3.5.82",
"description": "",

@@ -12,3 +12,3 @@ "publishConfig": {

"license": "UNLICENSED",
"gitHead": "9a020438add5e90b991b11621a9da664bf32ed0c"
"gitHead": "658ff5d0e59c32b80afc2e76bf2eea6da51065ff"
}

@@ -227,2 +227,24 @@ export const dapps = [

{
name: 'dmail',
description: 'Welcome to dmail Beta! We are so excited to have you participate as we launch our Beta platform. In the early stages we are covering the simplest of functionality, which is sending and receiving messages. In the very near future, we will be adding a bunch of new features which we know the community is going to ask for.',
shortDescription: 'dmail is the first decentralized email on the blockchain',
symbol: 'MAIL',
partner: true,
statistics: true,
accounts: [
'dmaildotcobp'
],
logo: 'https://www.dmail.co/logosym_256.png',
website: 'https://dmail.co',
app: '',
telegram: 'https://t.me/dmailcommunity',
medium: 'https://medium.com/@dmail',
twitter: 'https://twitter.com/dmaildotco',
github: '',
chains: [
'eos',
'telos'
]
},
{
'name': 'Murmur',

@@ -229,0 +251,0 @@ 'description': 'Murmur is a new age decentralized microblogging platform on EOS that is censorship-resistant, spam-proof and rewarding to use.',

const DEFAULT_ENDPOINTS = [
'https://api.eos.miami',
'https://api.tlos.goodblock.io',
'https://mainnet.telosusa.io'

@@ -8,2 +7,3 @@ ]

const ACTIONS_ENDPOINTS = [
'https://api.tlos.goodblock.io',
'https://api.eos.miami',

@@ -14,4 +14,4 @@ 'https://api.tlos.goodblock.io'

const TRANSACTIONS_ENDPOINTS = [
'https://api.eos.miami',
'https://api.tlos.goodblock.io'
'https://api.tlos.goodblock.io',
'https://api.eos.miami'
]

@@ -18,0 +18,0 @@

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