New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bipf

Package Overview
Dependencies
Maintainers
1
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.2.1 to 1.2.2

2

index.js

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

if(type1 === INT && type2 === DOUBLE)
return buffer1.readIntLE(start1+len1) - buffer2.readDoubleLE(start2+len2)
return buffer1.readIntLE32(start1+len1) - buffer2.readDoubleLE(start2+len2)

@@ -341,0 +341,0 @@ if(type1 === DOUBLE && type1 === INT)

{
"name": "bipf",
"description": "binary in-place format",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "https://github.com/dominictarr/binary",

@@ -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