Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xyo-network/serialization

Package Overview
Dependencies
Maintainers
5
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/serialization - npm Package Compare versions

Comparing version 0.23.0 to 0.24.0

1

dist/@types/index.d.ts

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

/// <reference types="node" />
import { XyoTreeIterator } from "../helpers/tree-iterator";

@@ -3,0 +2,0 @@ export interface IXyoObjectPartialSchema {

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

/// <reference types="node" />
import { IXyoSerializableObject, IXyoObjectSchema } from "../@types";

@@ -3,0 +2,0 @@ import { XyoBase } from "@xyo-network/base";

@@ -1,4 +0,3 @@

/// <reference types="node" />
import { IXyoObjectPartialSchema } from "../@types";
export declare function getDataBytes(src: Buffer, partialSchema: IXyoObjectPartialSchema, srcIncludesHeader: boolean): Buffer;
//# sourceMappingURL=getDataBytes.d.ts.map

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

/// <reference types="node" />
import { IXyoObjectPartialSchema } from "../@types";

@@ -3,0 +2,0 @@ /**

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

/// <reference types="node" />
export declare function getSizeHeader(byteLength: number, bytesRequired: number): Buffer;
//# sourceMappingURL=getSizeHeader.d.ts.map

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

/// <reference types="node" />
import { XyoBaseSerializable } from "./base-serializable";

@@ -3,0 +2,0 @@ import { IXyoSerializableObject, IOnTheFlyGetDataOptions, IXyoObjectSchema } from "../@types";

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

/// <reference types="node" />
import { IParseResult } from "../@types";

@@ -3,0 +2,0 @@ export declare class ParseQuery {

@@ -1,4 +0,3 @@

/// <reference types="node" />
import { IParseResult, IXyoObjectSchema } from "../@types";
export declare function parse(src: Buffer, schema: IXyoObjectSchema): IParseResult;
//# sourceMappingURL=parse.d.ts.map

@@ -1,4 +0,3 @@

/// <reference types="node" />
import { IXyoObjectPartialSchema } from "../@types";
export declare function readHeader(header: Buffer): IXyoObjectPartialSchema;
//# sourceMappingURL=readHeader.d.ts.map

@@ -1,4 +0,3 @@

/// <reference types="node" />
import { IXyoObjectSchema, IXyoSerializableObject } from "../@types";
export declare function resolveSerializablesToBuffer(schemaId: number, objectSchema: IXyoObjectSchema, serializables: IXyoSerializableObject[]): Buffer;
//# sourceMappingURL=resolveSerializablesToBuffer.d.ts.map

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

/// <reference types="node" />
import { IXyoObjectPartialSchema } from "../@types";

@@ -3,0 +2,0 @@ /**

@@ -1,4 +0,3 @@

/// <reference types="node" />
import { IXyoObjectPartialSchema } from "../@types";
export declare function sliceItem(src: Buffer, offset: number, partialSchema: IXyoObjectPartialSchema, includesHeader: boolean): Buffer;
//# sourceMappingURL=sliceItem.d.ts.map

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

/// <reference types="node" />
import { XyoBaseSerializable } from './base-serializable';

@@ -3,0 +2,0 @@ import { IXyoSerializableObject, IParseResult, IXyoSerializationService } from '../@types';

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

/// <reference types="node" />
import { BufferOrString, IXyoSerializationService, IXyoSerializableObject, IXyoDeserializer, IXyoObjectSchema, IParseResult } from "./@types";

@@ -3,0 +2,0 @@ import { XyoBase } from '@xyo-network/base';

8

package.json
{
"name": "@xyo-network/serialization",
"version": "0.23.0",
"version": "0.24.0",
"description": "Serialization services in the xyo network",

@@ -10,4 +10,4 @@ "main": "dist/index.js",

"dependencies": {
"@xyo-network/base": "^0.23.0",
"@xyo-network/errors": "^0.23.0",
"@xyo-network/base": "^0.24.0",
"@xyo-network/errors": "^0.24.0",
"bn.js": "^4.11.8"

@@ -25,3 +25,3 @@ },

},
"gitHead": "451c89a026f13eed645b676f7073b3cffce955c5"
"gitHead": "629618ae9a38cc374b662561d1786827b618c2fd"
}

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

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

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

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