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

@thing-it/device-plant-probe

Package Overview
Dependencies
Maintainers
12
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thing-it/device-plant-probe - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "@thing-it/device-plant-probe",
"version": "0.0.6",
"version": "0.0.7",
"description": "[thing-it-node] Device Plugin for Plant Probes.",

@@ -5,0 +5,0 @@ "authors": "Marc Gille",

@@ -107,3 +107,10 @@ module.exports = {

this.state = state;
const newState = Object.assign(
{},
this.state,
{
health: state.health,
height: state.height,
});
this.state = newState;

@@ -110,0 +117,0 @@ if (!this.isSimulated()) {

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