New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

abi2oas

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abi2oas - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

3

index.js
#!/usr/bin/env node
const fs = require('fs');
const package = JSON.parse(fs.readFileSync('./package.json'));
const path = require('path');
const package = JSON.parse(fs.readFileSync(path.resolve(__dirname, './package.json')));
const OpenAPIGenerator = require('./OpenAPIGenerator');

@@ -5,0 +6,0 @@ const program = require('commander');

{
"name": "abi2oas",
"version": "0.0.9",
"version": "0.0.10",
"description": "Ingests a smart contract's ABI and autogenerates an OpenAPI JSON, ready for Swagger codegen.",

@@ -5,0 +5,0 @@ "main": "index.js",

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