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

@hazae41/binary

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hazae41/binary - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

4

dist/types/mods/binary/binary.d.ts

@@ -53,3 +53,3 @@ declare class Binary {

*/
set(array: Buffer): void;
set(array: Uint8Array): void;
/**

@@ -59,3 +59,3 @@ * Write an array to the buffer

*/
write(array: Buffer): void;
write(array: Uint8Array): void;
/**

@@ -62,0 +62,0 @@ * Get a 8-bits unsigned number

{
"type": "module",
"name": "@hazae41/binary",
"version": "1.0.8",
"version": "1.0.9",
"description": "Zero-copy Buffer reader and writer",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/hazae41/binary",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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