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

@ovotech/avro-ts

Package Overview
Dependencies
Maintainers
250
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovotech/avro-ts - npm Package Compare versions

Comparing version 6.0.3 to 6.0.4

3

dist/types/record.js

@@ -7,4 +7,3 @@ "use strict";

const helpers_1 = require("../helpers");
const isRecordType = (type) => (typeof type === 'object' && 'type' in type && type.type === 'record') ||
type.type === 'error';
const isRecordType = (type) => typeof type === 'object' && 'type' in type && (type.type === 'record' || type.type === 'error');
exports.isRecordType = isRecordType;

@@ -11,0 +10,0 @@ const withDefault = (def, doc) => {

{
"name": "@ovotech/avro-ts",
"description": "Convert avro schemas into typescript interfaces",
"version": "6.0.3",
"version": "6.0.4",
"main": "dist/index.js",

@@ -25,3 +25,3 @@ "source": "src/index.ts",

"@types/node": "^14.14.28",
"avsc": "^5.5.3",
"avsc": "^5.5.6",
"eslint-config-prettier": "^7.2.0",

@@ -41,3 +41,3 @@ "jest": "^26.6.3",

},
"gitHead": "28d0f178b70b3df4f0a16dec01b9b16b2558a79b"
"gitHead": "e601f487340655a1d7f8770c060b19f620fb44b9"
}
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