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

@digigov-oss/emdd-api-client

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digigov-oss/emdd-api-client - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

dist/cjs/defs.d.ts

@@ -189,4 +189,4 @@ export interface Api {

bpmn_source?: string;
cost_max: number;
cost_min: number;
cost_max?: number;
cost_min?: number;
deadline_duration?: string;

@@ -193,0 +193,0 @@ description: string;

@@ -189,4 +189,4 @@ export interface Api {

bpmn_source?: string;
cost_max: number;
cost_min: number;
cost_max?: number;
cost_min?: number;
deadline_duration?: string;

@@ -193,0 +193,0 @@ description: string;

{
"name": "@digigov-oss/emdd-api-client",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",

@@ -5,0 +5,0 @@ "description": "EMDD API Client",

@@ -215,4 +215,4 @@ export interface Api {

bpmn_source?: string;
cost_max: number;
cost_min: number;
cost_max?: number;
cost_min?: number;
deadline_duration?: string;

@@ -219,0 +219,0 @@ description: string;

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