New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

cstruct-buffer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cstruct-buffer - npm Package Compare versions

Comparing version
1.0.5
to
1.0.6
+1
-1
dist/index.d.ts

@@ -51,3 +51,3 @@ type CStructType = new () => CStruct;

private getOrInitFields;
serialize(endian?: Endian): Uint8Array;
serialize(endian?: Endian): Uint8Array<ArrayBuffer>;
private writeFixedSizeField;

@@ -54,0 +54,0 @@ private calculateDynaSize;

{
"name": "cstruct-buffer",
"version": "1.0.5",
"version": "1.0.6",
"description": "Binary serialization framework for C-style structs",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
transform: {
'^.+\\.tsx?$': [
'ts-jest',
{
tsconfig: 'tsconfig.test.json' // 新格式的配置位置
}
]
}
};