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

avsc

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avsc - npm Package Compare versions

Comparing version 5.4.3 to 5.4.4

2

package.json
{
"name": "avsc",
"version": "5.4.3",
"version": "5.4.4",
"description": "Avro for JavaScript",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/mtth/avsc",

@@ -100,3 +100,3 @@ // Note: These typings are incomplete (https://github.com/mtth/avsc/pull/134).

assertLogicalTypes: boolean;
logicalTypes: { [type: string]: types.LogicalType };
logicalTypes: { [type: string]: new (schema: Schema, opts?: any) => types.LogicalType; };
namespace: string;

@@ -206,3 +206,3 @@ noAnonymousTypes: boolean;

static compatible(client: Service.Client, server: Service.Server): boolean;
static forProtocol(protocol: any, options: any): Service;
static forProtocol(protocol: any, options?: any): Service;
static isService(obj: any): boolean;

@@ -236,2 +236,3 @@ }

remoteProtocols: boolean;
transport?: Transport;
}

@@ -238,0 +239,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