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

avro-typescript-converter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avro-typescript-converter - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

dist/package.json
{
"name": "avro-typescript-converter",
"version": "0.1.0",
"version": "0.1.1",
"description": "Convert an AVRO schema to a TypeScript interface.",

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

@@ -38,3 +38,2 @@ "use strict";

interfaces[recordType.name] = cleanName;
// console.table(interfaces);
return cleanName;

@@ -41,0 +40,0 @@ };

@@ -72,3 +72,2 @@ "use strict";

var outFolder = options.outFolder ? path.resolve(process.cwd(), options.outFolder) : path.dirname(options.input[0]);
console.log(outFolder);
if (!fs.existsSync(outFolder)) {

@@ -75,0 +74,0 @@ fs.mkdirSync(outFolder);

{
"name": "avro-typescript-converter",
"version": "0.1.0",
"version": "0.1.1",
"description": "Convert an AVRO schema to a TypeScript interface.",

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

Sorry, the diff of this file is not supported yet

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