uint8-util
Advanced tools
Comparing version 2.2.4 to 2.2.5
{ | ||
"name": "uint8-util", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "Fastest possible buffer-like utilities for uint8.", | ||
@@ -10,5 +10,18 @@ "main": "index.js", | ||
"exports": { | ||
"node": "./_node.js", | ||
"import": "./browser.js", | ||
"default": "./browser.js" | ||
"node": { | ||
"types": "./index.d.ts", | ||
"import": "./_node.js" | ||
}, | ||
"browser": { | ||
"types": "./index.d.ts", | ||
"import": "./browser.js" | ||
}, | ||
"chromeapp": { | ||
"types": "./index.d.ts", | ||
"import": "./browser.js" | ||
}, | ||
"default": { | ||
"types": "./index.d.ts", | ||
"import": "./browser.js" | ||
} | ||
}, | ||
@@ -15,0 +28,0 @@ "types": "./index.d.ts", |
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
8904