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.1.2 to 0.1.3

6

CHANGELOG.md
# @axelarjs/core
## 0.1.3
### Patch Changes
- add s3 links for testnet/mainnet
## 0.1.2

@@ -4,0 +10,0 @@

6

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

@@ -16,1 +16,5 @@ testnet: "testnet",

};
exports.S3_API_URLS = {
testnet: "https://axelar-testnet.s3.us-east-2.amazonaws.com",
mainnet: "https://axelar-mainnet.s3.us-east-2.amazonaws.com",
};

2

package.json
{
"name": "@axelarjs/core",
"version": "0.1.2",
"version": "0.1.3",
"description": "Axelarjs Core",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -21,1 +21,8 @@ export const ENVIRONMENTS = {

export type AxelarscanUrl = keyof typeof AXELARSCAN_API_URLS;
export const S3_API_URLS = {
testnet: "https://axelar-testnet.s3.us-east-2.amazonaws.com",
mainnet: "https://axelar-mainnet.s3.us-east-2.amazonaws.com",
} as const;
export type S3Url = keyof typeof S3_API_URLS;

Sorry, the diff of this file is not supported yet

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