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

node-pid-controller

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pid-controller - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

index.d.ts

2

package.json
{
"name": "node-pid-controller",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node.js PID controller",

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

@@ -59,3 +59,3 @@ # node-pid-controller

applyInputToActuator(input);
goalReached = (input === 0) ? true : false; // in the case of continuous control, you let this letiable 'false'
goalReached = (input === 0) ? true : false; // in the case of continuous control, you let this variable 'false'
}

@@ -62,0 +62,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