calculateoee
Advanced tools
Comparing version 0.0.1-a to 0.0.1-b
@@ -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; |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
2961
15