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

lwm2m-id

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lwm2m-id - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

8

index.js

@@ -157,6 +157,8 @@ 'use strict';

if (oidItem) {
if (!ridItem)
return;
if (oidItem && ridItem) {
characteristic = DEFS.SpecificResrcChar[oidItem.key];
if (ridItem)
characteristic = characteristic[ridItem.key];
characteristic = characteristic[ridItem.key];
}

@@ -163,0 +165,0 @@

{
"name": "lwm2m-id",
"version": "0.0.5",
"version": "0.0.6",
"description": "lwm2m-id is a module that implements a dictionary of ip-based smart object(IPSO) identifiers defined by lwm2m spec.",

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

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