Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@axelar-network/axelarjs-types

Package Overview
Dependencies
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axelar-network/axelarjs-types - npm Package Compare versions

Comparing version 0.32.2 to 0.32.3

build/commonjs/axelar/axelarnet/v1beta1/events.d.ts

11

package.json
{
"name": "@axelar-network/axelarjs-types",
"version": "0.32.2",
"version": "0.32.3",
"description": "Axelarcore supporting protobuf types",

@@ -27,5 +27,6 @@ "files": [

"sync": "rimraf proto && degit axelarnetwork/axelar-core/proto/axelar#${TAG:-'main'} proto/axelar && degit axelarnetwork/axelar-core/third_party/proto#${TAG:-'main'} proto/third_party",
"codegen": "rimraf src/generated/proto/* && protoc -I=proto -I=proto/third_party proto/axelar/**/**/*.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=src --ts_proto_opt='esModuleInterop=true,forceLong=long,useOptionals=messages'",
"codegen": "rimraf src/generated/proto/* && protoc -I=proto -I=proto/third_party proto/axelar/**/**/*.proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=src --ts_proto_opt='esModuleInterop=true,forceLong=long,useOptionals=messages' && rimraf src/google/protobuf/descriptor.ts",
"build": "rimraf build && pnpm tsc -m commonjs --outDir build/commonjs && pnpm tsc -m esnext --outDir build/module && cp -Rf build/commonjs/* .",
"compile": "pnpm tsc --noEmit"
"compile": "pnpm tsc --noEmit",
"prepublish": "pnpm run build"
},

@@ -41,5 +42,5 @@ "license": "Apache-2.0",

"rimraf": "^4.1.3",
"ts-proto": "^1.121.5",
"typescript": "4.8.4"
"ts-proto": "^1.140.0",
"typescript": "4.9.5"
}
}

@@ -1,4 +0,4 @@

# @sifchain/proto-types
# @axelarnetwork/axelarjs-types
JS and TS types relating to Protocol Buffers used by [SifNode](https://github.com/Sifchain/sifnode) and other related projects
JS and TS types relating to Protocol Buffers used by [axelar-core](https://github.com/axelarnetwork/axelar-core) and other related projects

@@ -20,4 +20,4 @@ ## Dependencies

```sh
pnpm syncProto # sync protobuf definition files from sifnode
pnpm sync # sync protobuf definition files from axelar-core, by default it will use the main branch. For a specific tag, use TAG=vX.X.X pnpm sync
pnpm codegen # generate .js/.d.ts files
```
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