Socket
Socket
Sign inDemoInstall

fcbuffer

Package Overview
Dependencies
Maintainers
1
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 1.0.2 to 1.0.3

8

index.js

@@ -28,2 +28,10 @@ const Types = require('./src/types')

}
if(config.customTypes) {
definitions = Object.assign({}, definitions) //clone
for(const key in config.customTypes) { // custom types overwrite definations
delete definitions[key]
}
}
const types = Types(config)

@@ -30,0 +38,0 @@ const {errors, structs} = create(definitions, types)

2

package.json
{
"name": "fcbuffer",
"description": "Serialization library geared towards immutable data storage such as blockchains.",
"version": "1.0.2",
"version": "1.0.3",
"main": "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