Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6 to 0.2.7

8

lib/struct.d.ts

@@ -24,7 +24,7 @@ /// <reference types="node" />

fromString(str: string, extra?: any): this;
getJSON(): this;
getJSON(): any;
fromJSON(json: any, extra?: any): this;
fromOptions(options: any, extra?: any): this;
from(options: any, extra?: any): this;
format(): this;
format(): any;
encode(extra?: any): Buffer;

@@ -36,4 +36,4 @@ decode(data: Buffer, extra?: any): this;

fromBase64(str: string, extra?: any): this;
toJSON(): this;
inspect(): this;
toJSON(): any;
inspect(): any;
static read<T extends Struct, C extends StructConstructor<T>>(this: C, br: BufferReader, extra?: any): T;

@@ -40,0 +40,0 @@ static decode<T extends Struct, C extends StructConstructor<T>>(this: C, data: Buffer, extra?: any): T;

{
"name": "@as-com/bufio",
"version": "0.2.6",
"version": "0.2.7",
"description": "Buffer and serialization utilities for TypeScript",

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

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