Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

enniot-device-sdk

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enniot-device-sdk - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

4

index.js

@@ -54,4 +54,4 @@ const _ = require('lodash');

cpu_load: load.currentload,
temperature: res[0].temperature,
humidity: res[0].humidity,
temperature: Number(res[0].temperature),
humidity: Number(res[0].humidity),
}

@@ -58,0 +58,0 @@ }

{
"name": "enniot-device-sdk",
"version": "0.0.10",
"version": "0.0.11",
"description": "",

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