Socket
Socket
Sign inDemoInstall

@xyo-network/serialization

Package Overview
Dependencies
Maintainers
4
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.8.0 to 0.8.2

2

dist/helpers/on-the-fly-serializable.d.ts

@@ -11,5 +11,5 @@ /// <reference types="node" />

getReadableName(): string;
getReadableValue(): void;
getReadableValue(): any;
getData(): Buffer | IXyoSerializableObject | IXyoSerializableObject[];
}
//# sourceMappingURL=on-the-fly-serializable.d.ts.map

@@ -9,3 +9,3 @@ "use strict";

* @Last modified by: ryanxyo
* @Last modified time: Wednesday, 12th December 2018 1:22:02 pm
* @Last modified time: Wednesday, 12th December 2018 2:29:13 pm
* @License: All Rights Reserved

@@ -25,6 +25,6 @@ * @Copyright: Copyright XY | The Findables Company

getReadableName() {
throw this.readableName;
return this.readableName;
}
getReadableValue() {
throw this.readableValue;
return this.readableValue;
}

@@ -31,0 +31,0 @@ getData() {

{
"name": "@xyo-network/serialization",
"version": "0.8.0",
"version": "0.8.2",
"description": "Serialization services in the xyo network",

@@ -24,3 +24,3 @@ "main": "dist/index.js",

},
"gitHead": "7367c87d96afe3ecec362c40290e4e719b5415df"
"gitHead": "fb8de340613295011fa36168e9dd22df3e5c19b0"
}

@@ -7,3 +7,3 @@ /*

* @Last modified by: ryanxyo
* @Last modified time: Wednesday, 12th December 2018 1:22:02 pm
* @Last modified time: Wednesday, 12th December 2018 2:29:13 pm
* @License: All Rights Reserved

@@ -29,6 +29,6 @@ * @Copyright: Copyright XY | The Findables Company

public getReadableName(): string {
throw this.readableName
return this.readableName
}
public getReadableValue() {
throw this.readableValue
return this.readableValue
}

@@ -35,0 +35,0 @@

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