Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "varintes", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Unsigned Varint encoding and decoding, exposed as ESModule", | ||
@@ -33,4 +33,4 @@ "keywords": [ | ||
"import": { | ||
"default": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
@@ -40,4 +40,4 @@ }, | ||
"import": { | ||
"default": "./dist/decode.js", | ||
"types": "./dist/decode.d.ts" | ||
"types": "./dist/decode.d.ts", | ||
"default": "./dist/decode.js" | ||
} | ||
@@ -47,4 +47,4 @@ }, | ||
"import": { | ||
"default": "./dist/decode-pack.js", | ||
"types": "./dist/decode-pack.d.ts" | ||
"types": "./dist/decode-pack.d.ts", | ||
"default": "./dist/decode-pack.js" | ||
} | ||
@@ -54,4 +54,4 @@ }, | ||
"import": { | ||
"default": "./dist/encode.js", | ||
"types": "./dist/encode.d.ts" | ||
"types": "./dist/encode.d.ts", | ||
"default": "./dist/encode.js" | ||
} | ||
@@ -61,4 +61,4 @@ }, | ||
"import": { | ||
"default": "./dist/encode-pack.js", | ||
"types": "./dist/encode-pack.d.ts" | ||
"types": "./dist/encode-pack.d.ts", | ||
"default": "./dist/encode-pack.js" | ||
} | ||
@@ -68,4 +68,4 @@ }, | ||
"import": { | ||
"default": "./dist/encoding-length.js", | ||
"types": "./dist/encoding-length.d.ts" | ||
"types": "./dist/encoding-length.d.ts", | ||
"default": "./dist/encoding-length.js" | ||
} | ||
@@ -72,0 +72,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