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.2.1 to 0.2.2

.eslintrc.json

6

CHANGELOG.md
# @axelarjs/core
## 0.2.2
### Patch Changes
- [`7aed955f`](https://github.com/axelarnetwork/axelarjs/commit/7aed955f4282d10df4e222a402b5701f9b874a88) Thanks [@alanrsoares](https://github.com/alanrsoares)! - Add eslint config & scripts to all packages
## 0.2.1

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

9

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

@@ -13,2 +13,3 @@ "publishConfig": {

"main": "index.js",
"types": "index.d.ts",
"keywords": [],

@@ -19,3 +20,3 @@ "author": "",

"typescript": "^5.2.2",
"@axelarjs/config": "0.1.2"
"@axelarjs/config": "0.1.3"
},

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

"clean": "./scripts/clean.sh",
"compile": "tsc --noEmit"
"compile": "tsc --noEmit",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix"
}
}

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