coap-packet
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -168,2 +168,3 @@ | ||
, '5': 'If-None-Match' | ||
, '6': 'Observe' | ||
, '7': 'Uri-Port' | ||
@@ -170,0 +171,0 @@ , '8': 'Location-Path' |
{ | ||
"name": "coap-packet", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Generate and Parse CoAP packets", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -233,2 +233,3 @@ | ||
, 'If-None-Match': 5 | ||
, 'Observe': 6 | ||
, 'Uri-Port': 7 | ||
@@ -778,2 +779,3 @@ , 'Location-Path': 8 | ||
, 'If-None-Match': 5 | ||
, 'Observe': 6 | ||
, 'Uri-Port': 7 | ||
@@ -780,0 +782,0 @@ , 'Location-Path': 8 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47275
1153