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

utilium

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utilium - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

dist/struct.js

@@ -138,3 +138,3 @@ import * as Struct from './internal/struct.js';

}
deserialize(object[key], new Uint8Array(buffer.slice(iOff, sizeof(type))));
deserialize(object[key], new Uint8Array(buffer.slice(iOff, iOff + sizeof(type))));
continue;

@@ -141,0 +141,0 @@ }

{
"name": "utilium",
"version": "0.4.0",
"version": "0.4.1",
"description": "Typescript utilies",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -169,3 +169,3 @@ import * as Struct from './internal/struct.js';

}
deserialize(object[key], new Uint8Array(buffer.slice(iOff, sizeof(type))));
deserialize(object[key], new Uint8Array(buffer.slice(iOff, iOff + sizeof(type))));
continue;

@@ -172,0 +172,0 @@ }

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