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.6 to 1.0.7

20

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

@@ -140,2 +140,22 @@ declare class Binary {

/**
* Get a 64-bits unsigned number
* @returns 64-bits unsigned number
*/
getUint64(): bigint;
/**
* Read a 64-bits unsigned number
* @returns 64-bits unsigned number
*/
readUint64(): bigint;
/**
* Set a 64-bits unsigned number
* @param x 64-bits unsigned number
*/
setUint64(x: bigint): void;
/**
* Write a 64-bits unsigned number
* @param x 64-bits unsigned number
*/
writeUint64(x: bigint): void;
/**
* Get a fixed-length string

@@ -142,0 +162,0 @@ * @param length byte length of the string

2

package.json
{
"type": "module",
"name": "@hazae41/binary",
"version": "1.0.6",
"version": "1.0.7",
"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

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