Socket
Socket
Sign inDemoInstall

increment-buffer

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -6,3 +6,3 @@

for(i = len - 1; buf[i] === 255; i--) buf[i] = 0
for(i = len - 1; i >= 0 && buf[i] === 255; i--) buf[i] = 0
if(~i) buf[i] = buf[i] + 1

@@ -9,0 +9,0 @@

{
"name": "increment-buffer",
"description": "",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/dominictarr/increment-buffer",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc