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

@abtnode/constant

Package Overview
Dependencies
Maintainers
3
Versions
725
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abtnode/constant - npm Package Compare versions

Comparing version

to
1.8.37

21

index.js

@@ -275,2 +275,5 @@ const NODE_SERVICES = Object.freeze({

const BLOCKLET_STORE_URL = 'https://store.blocklet.dev';
const BLOCKLET_STORE_URL_DEV = 'https://dev.store.blocklet.dev';
module.exports = Object.freeze({

@@ -319,7 +322,21 @@ // Blocklet Server

WEB_WALLET_URL: 'https://web.abtwallet.io',
BLOCKLET_STORE_URL: 'https://store.blocklet.dev',
BLOCKLET_STORE_URL_DEV: 'https://dev.store.blocklet.dev',
BLOCKLET_STORE_URL,
BLOCKLET_STORE_URL_DEV,
BLOCKLET_STORE_API_PREFIX: '/api',
BLOCKLET_STORE_API_BLOCKLET_PREFIX: '/api/blocklets',
BLOCKLET_STORE_META_PATH: '/api/store.json',
BLOCKLET_STORE: {
name: 'Official Store',
description: 'ArcBlock official blocklet registry',
url: BLOCKLET_STORE_URL,
logoUrl: '/logo.png',
maintainer: 'arcblock',
},
BLOCKLET_STORE_DEV: {
name: 'Dev Store',
description: 'ArcBlock dev registry that contains demo and example blocklets',
url: BLOCKLET_STORE_URL_DEV,
maintainer: 'arcblock',
logoUrl: '/logo.png',
},

@@ -326,0 +343,0 @@ DEFAULT_DID_REGISTRY: 'https://registry.abtnet.io',

4

package.json

@@ -6,3 +6,3 @@ {

},
"version": "1.8.36",
"version": "1.8.37",
"description": "ABT Node constants",

@@ -24,3 +24,3 @@ "main": "index.js",

},
"gitHead": "507e974ce88bad1aa002c593130b32982207f803"
"gitHead": "f26f451c6e2b1168b36f78269eafdf3f671236bf"
}