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 0.0.2 to 0.0.3

2

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

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

# node-pid-controller
Node.js PID controller
Simple Node.js PID controller

@@ -30,3 +30,4 @@ ![pid](http://upload.wikimedia.org/wikipedia/commons/9/91/PID_en_updated_feedback.svg)

### Normally, you use the correction to a measure, in a closed loop
### Real example
Normally, you use the correction to a measure, in a closed loop
```js

@@ -44,3 +45,3 @@ var goalReached = false

```js
mocha test;
mocha test
```

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