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

anchor-idl-converter

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anchor-idl-converter - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

8

package.json
{
"name": "anchor-idl-converter",
"description": "Converter for Anchor IDL, convert your IDL from anchor new version to old version",
"version": "0.0.2",
"version": "0.0.3",
"keywords": [

@@ -33,2 +33,8 @@ "anchor",

},
"exports": {
"bun": "./src/index.ts"
},
"engines": {
"bun": ">=1"
},
"homepage": "https://github.com/viandwi24/anchor-idl-converter",

@@ -35,0 +41,0 @@ "license": "ISC",

3

src/bin.ts

@@ -0,1 +1,2 @@

#!/usr/bin/env bun
import path from 'path'

@@ -8,3 +9,3 @@ import fs from 'fs'

const program = new Command()
.version('0.0.2')
.version('0.0.3')
.description('converter anchor idl')

@@ -11,0 +12,0 @@

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