Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@postern/core

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postern/core - npm Package Compare versions

Comparing version
0.0.15
to
0.0.16
+1
-2
dist/mockServer/types.d.ts

@@ -23,3 +23,2 @@ export interface EntityWithId {

export interface EndPoint extends EntityWithId {
name?: string;
description?: string;

@@ -34,3 +33,3 @@ path: string;

export interface Response extends EntityWithId {
id: number | null;
description?: string;
endpointId: number | null;

@@ -37,0 +36,0 @@ isActive: boolean;

{
"name": "@postern/core",
"version": "0.0.15",
"version": "0.0.16",
"private": false,

@@ -5,0 +5,0 @@ "author": {

@@ -26,3 +26,2 @@ export interface EntityWithId {

export interface EndPoint extends EntityWithId {
name?: string,
description?: string,

@@ -38,3 +37,3 @@ path: string,

export interface Response extends EntityWithId {
id: number | null,
description?: string,
endpointId: number | null,

@@ -41,0 +40,0 @@ isActive: boolean,