Socket
Socket
Sign inDemoInstall

coap-packet

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.6 to 0.1.7

2

index.js

@@ -208,3 +208,3 @@

while (true) {
while (index < buffer.length) {
byte = buffer.readUInt8(index)

@@ -211,0 +211,0 @@

{
"name": "coap-packet",
"version": "0.1.6",
"version": "0.1.7",
"description": "Generate and Parse CoAP packets",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -224,2 +224,6 @@

it('should parse a message with no payload and payload separator', function() {
parse(buffer.slice(0, 5))
})
var options = {

@@ -226,0 +230,0 @@ 'If-Match': 1

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