Comparing version 5.4.3 to 5.4.4
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
257080
7978