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

calculateoee

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

calculateoee - npm Package Compare versions

Comparing version 0.0.1-a to 0.0.1-b

5

calculateoee.js

@@ -6,3 +6,4 @@ //Machine OEE calculation module

module.exports = function(runTime, totalTime, targetSpeed, totalProduced, goodProduced) {
const calculateoee = function(runTime, totalTime, targetSpeed, totalProduced, goodProduced) {
// Validate input

@@ -22,1 +23,3 @@ if (typeof runTime !== 'number' || typeof totalTime !== 'number' || typeof targetSpeed !== 'number' || typeof totalProduced !== 'number' || typeof goodProduced !== 'number') {

module.exports = calculateoee;

2

package.json
{
"name": "calculateoee",
"version": "0.0.1a",
"version": "0.0.1b",
"description": "A simple OEE calculator module for Node.js",

@@ -5,0 +5,0 @@ "main": "calculateoee.js",

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