Socket
Socket
Sign inDemoInstall

kanban-pipeline

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

src/events.js

5

index.js

@@ -1,1 +0,4 @@

module.exports = require("kanban-pipeline");
const kanban = require("./src/kanban-pipeline");
const Events = require("./src/events");
module.exports = {kanban, Events};

2

package.json
{
"name": "kanban-pipeline",
"version": "1.0.0",
"version": "1.0.1",
"description": "A processing pipeline based on kanban methodology.",

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

"use strict";
const Events = require("../events");
const Events = require("./events");

@@ -5,0 +5,0 @@ function getStates (transitions) {

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