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.8 to 0.2.9

build/commonjs/index.d.ts

19

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

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

},
"main": "index.js",
"types": "index.d.ts",
"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": [],

@@ -16,0 +29,0 @@ "author": "",

.eslintrc.json
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