Socket
Socket
Sign inDemoInstall

@process-engine/logging_api_contracts

Package Overview
Dependencies
Maintainers
10
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@process-engine/logging_api_contracts - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0-debb67d9-b12

.github/ISSUE_TEMPLATE.md

2

dist/log_level.d.ts

@@ -8,3 +8,3 @@ /**

warn = "warn",
error = "error",
error = "error"
}

@@ -5,5 +5,11 @@ /**

export declare const restSettings: {
/**
* A collection of all URL parameters employed by the logging API.
*/
params: {
processModelId: string;
};
/**
* A collection of all URLs employed by the logging API.
*/
paths: {

@@ -10,0 +16,0 @@ getLogForProcessModel: string;

{
"name": "@process-engine/logging_api_contracts",
"version": "0.2.1",
"version": "0.3.0-debb67d9-b12",
"description": "the api-package for process-engine logging",

@@ -22,14 +22,14 @@ "main": "dist/commonjs/index.js",

"dependencies": {
"@essential-projects/iam_contracts": "3.1.1"
"@essential-projects/iam_contracts": "~3.2.0"
},
"devDependencies": {
"@essential-projects/tslint-config": "1.1.2",
"@essential-projects/tslint-config": "^1.1.3",
"@types/express": "4.16.0",
"@types/node": "8.10.10",
"gulp": "3.9.1",
"gulptraum": "2.3.0",
"gulptraum-typescript": "1.5.0",
"@types/node": "10.12.2",
"gulp": "4.0.0",
"gulptraum": "3.0.0",
"gulptraum-typescript": "2.0.0",
"tsconfig": "7.0.0",
"tslint": "5.11.0",
"typescript": "2.8.3"
"typescript": "3.1.6"
},

@@ -36,0 +36,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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