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

bipf

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bipf - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

6

index.js

@@ -160,4 +160,3 @@ var varint = require('varint')

var type = getType(value)
if ('function' !== typeof encodingLengthers[type])
throw new Error('unknown type:' + type + ', ' + JSON.stringify(value))
if (type === void 0) throw new Error('unknown type: ' + JSON.stringify(value))
var len = encodingLengthers[type](value)

@@ -187,4 +186,3 @@ return varint.encodingLength(len << TAG_SIZE) + len

var type = getType(value)
if ('function' !== typeof encodingLengthers[type])
throw new Error('unknown type:' + type + ', ' + JSON.stringify(value))
if (type === void 0) throw new Error('unknown type: ' + JSON.stringify(value))
var len = _len === undefined ? encodingLengthers[type](value) : _len

@@ -191,0 +189,0 @@ // if(!buffer)

{
"name": "bipf",
"description": "binary in-place format",
"version": "1.6.1",
"version": "1.6.2",
"homepage": "https://github.com/ssbc/bipf",

@@ -6,0 +6,0 @@ "repository": {

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