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

@axelarjs/core

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axelarjs/core - npm Package Compare versions

Comparing version 0.0.0-snapshot.188644f to 0.0.0-snapshot.2897c97

build/commonjs/index.d.ts

10

index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AXELAR_CONFIG_API_URLS = exports.GMP_API_URLS = exports.AXELARSCAN_API_URLS = exports.COSMOS_GAS_RECEIVER_OPTIONS = exports.ENVIRONMENTS = void 0;
exports.DEPOSIT_ADDRESS_API_URLS = exports.AXELAR_CONFIG_API_URLS = exports.GMP_API_URLS = exports.AXELARSCAN_UI_URLS = exports.AXELARSCAN_API_URLS = exports.COSMOS_GAS_RECEIVER_OPTIONS = exports.ENVIRONMENTS = void 0;
exports.ENVIRONMENTS = {

@@ -16,2 +16,6 @@ testnet: "testnet",

};
exports.AXELARSCAN_UI_URLS = {
testnet: "https://testnet.axelarscan.io",
mainnet: "https://axelarscan.io",
};
exports.GMP_API_URLS = {

@@ -25,1 +29,5 @@ testnet: "https://testnet.api.gmp.axelarscan.io",

};
exports.DEPOSIT_ADDRESS_API_URLS = {
testnet: "https://nest-server-testnet.axelar.dev",
mainnet: "https://nest-server-mainnet.axelar.dev",
};
{
"name": "@axelarjs/core",
"version": "0.0.0-snapshot.188644f",
"version": "0.0.0-snapshot.2897c97",
"description": "Axelarjs Core",

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

},
"main": "index.js",
"files": [
"./build",
"./index.js",
"./index.d.ts"
],
"exports": {
".": {
"import": "./build/module/index.js",
"require": "./build/commonjs/index.js"
},
"./*": {
"import": "./build/module/*.js",
"require": "./build/commonjs/*.js"
}
},
"keywords": [],

@@ -18,4 +32,5 @@ "author": "",

"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"@axelarjs/config": "0.0.0-snapshot.188644f"
"@axelarjs/config": "0.0.0-snapshot.2897c97"
},

@@ -25,4 +40,6 @@ "scripts": {

"clean": "./scripts/clean.sh",
"compile": "tsc --noEmit"
"compile": "tsc --noEmit",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix"
}
}
.turbo/turbo-build.log
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