New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@as-com/bufio

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@as-com/bufio - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

8

lib/bufio.d.ts

@@ -0,1 +1,2 @@

/// <reference types="node" />
/*!

@@ -20,6 +21,7 @@ * bufio.js - buffer utilities for javascript

export { encoding };
export declare function read(data: any, zeroCopy: any): BufferReader;
export declare function write(size: any): StaticWriter | BufferWriter;
export declare function pool(size: any): StaticWriter;
export declare function read(data: Buffer, zeroCopy?: boolean): BufferReader;
export declare function write(): BufferWriter;
export declare function write(size: number): StaticWriter;
export declare function pool(size: number): StaticWriter;
export declare function size(_size: any): SizeWriter;
export declare function hash(ctx: any): HashWriter;
{
"name": "@as-com/bufio",
"version": "0.2.8",
"version": "0.2.9",
"description": "Buffer and serialization utilities for TypeScript",

@@ -5,0 +5,0 @@ "keywords": [

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