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

gaia-js-dht-sensor

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gaia-js-dht-sensor - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

lib/sensor.js

@@ -103,9 +103,7 @@ /**

DHTsensor.prototype.initAttributesAndCommands = function() {
DHTsensor.__super__.initAttributesAndCommands.apply(this, arguments);
this.attributes = {
DHTsensor.prototype.getAttributes = function() {
return {
humidity: this.humidity,
temperature: this.temperature
};
this.commands = {};
}
{
"name": "gaia-js-dht-sensor",
"description": "Node-dht-sensor interface for GaiaJs",
"version": "0.0.2",
"version": "0.0.3",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

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