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.10 to 0.2.11

2

lib/struct.d.ts

@@ -18,3 +18,3 @@ /// <reference types="node" />

inject(obj: Struct): this;
clone(): Struct;
clone(): this;
getSize(extra?: any): number;

@@ -21,0 +21,0 @@ write(bw: IWriter, extra?: any): any;

@@ -22,3 +22,3 @@ /*!

clone() {
const copy = new Struct();
const copy = new this.constructor();
return copy.inject(this);

@@ -25,0 +25,0 @@ }

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

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

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