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

uint8-util

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uint8-util - npm Package Compare versions

Comparing version 2.2.4 to 2.2.5

21

package.json
{
"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",

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