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

i2c-adt7420

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i2c-adt7420 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "i2c-adt7420",
"version": "1.0.0",
"version": "1.0.1",
"description": "ADT7420/ADT7410 I2C temperature sensor driver",

@@ -5,0 +5,0 @@ "keywords": [

@@ -20,2 +20,8 @@ # i2c-adt7420

## Installation
Available from npm: `npm install i2c-adt7420`
Requires Node.js 6 or higher.
## Example: ADT7420 temperature server

@@ -28,3 +34,3 @@

const config = {
pollingInterval: 1000
pollingInterval: 1000,
httpPort: 7420,

@@ -48,3 +54,3 @@ i2cBusNumber: 1

time_updated: lastUpdateTime
}));
}, null, 2));
})

@@ -51,0 +57,0 @@

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