Comparing version 5.6.1 to 5.6.2
{ | ||
"name": "avsc", | ||
"version": "5.6.1", | ||
"version": "5.6.2", | ||
"description": "Avro for JavaScript", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/mtth/avsc", |
@@ -74,3 +74,3 @@ // Note: These typings are incomplete (https://github.com/mtth/avsc/pull/134). | ||
type Callback<V, Err = any> = (err: Err, value: V) => void; | ||
type Callback<V, Err = any> = (err: Err | null, value?: V) => void; | ||
@@ -77,0 +77,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
261686