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.4 to 1.0.5

4

index.js

@@ -24,7 +24,7 @@ const Types = require('./src/types')

*/
module.exports = (definitions, config) => {
module.exports = (definitions, config = {}) => {
if(typeof definitions !== 'object') {
throw new TypeError('definitions is a required parameter')
}
if(config.customTypes) {

@@ -31,0 +31,0 @@ definitions = Object.assign({}, definitions) //clone

{
"name": "fcbuffer",
"description": "Serialization library geared towards immutable data storage such as blockchains.",
"version": "1.0.4",
"version": "1.0.5",
"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