Socket
Socket
Sign inDemoInstall

fcbuffer

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fcbuffer - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

5

lib/struct.js

@@ -45,2 +45,7 @@ 'use strict';

},
// Complete list of fields, after resolving "base" inheritance
fields: fields,
fromByteBuffer: function fromByteBuffer(b) {

@@ -47,0 +52,0 @@ var object = {};

2

lib/types.js

@@ -139,4 +139,4 @@ 'use strict';

validation.typeName = typeName;
// if(typeName === 'vector') console.log('typeName', validation)
var type = fn(validation, baseTypes, customTypes);
type.typeName = typeName;
return type;

@@ -143,0 +143,0 @@ }

{
"name": "fcbuffer",
"description": "Serialization library geared towards immutable data storage such as blockchains.",
"version": "2.0.1",
"version": "2.0.2",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

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