Socket
Socket
Sign inDemoInstall

@ag04/kanban-api

Package Overview
Dependencies
99
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.5 to 1.1.6

2

dist/api/task.js

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

id: id,
reporter: input.reporter || user.data.id,
reporter: input.reporter || user.id,
assignee: input.assignee || null

@@ -33,0 +33,0 @@ }, input);

{
"name": "@ag04/kanban-api",
"version": "1.1.5",
"version": "1.1.6",
"description": "Kanban API",

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

@@ -37,3 +37,3 @@ // @flow

id,
reporter: input.reporter || user.data.id,
reporter: input.reporter || user.id,
assignee: input.assignee || null,

@@ -40,0 +40,0 @@ ...input,

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