Socket
Socket
Sign inDemoInstall

steppe

Package Overview
Dependencies
66
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

6

lib/db/mongo/job.model.js

@@ -33,3 +33,3 @@ 'use strict';

errorMessage: { type: String, index: true, default: '' },
errorMessage: { type: String, default: '' },

@@ -42,6 +42,6 @@ steps: [{

errorCount : { type: Number, index: true, default: 0 },
errorMessage : { type: String, index: true, default: '' },
errorMessage : { type: String, default: '' },
}],
currentStepIndex : { type: Number, default: 0 },
currentStepIndex : { type: Number, index: true, default: 0 },
numSteps : { type: Number, index: true },

@@ -48,0 +48,0 @@ numStepsProcessed : { type: Number, index: true, default: 0 },

{
"name": "steppe",
"version": "0.2.2",
"version": "0.2.3",
"description": "Simple processor for jobs that have multiple steps",

@@ -5,0 +5,0 @@ "main": "lib/steppe.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc