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

@epip/crud

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epip/crud - npm Package Compare versions

Comparing version 1.0.43 to 1.0.44

8

core/decorators/swg-crud.decorator.ts

@@ -37,3 +37,3 @@ import { applyDecorators, Delete, Get, Patch, Post, Put, Type } from "@nestjs/common";

name: 'id',
type: 'number'
type: 'string'
}),

@@ -66,3 +66,3 @@ ApiOkResponse({

name: 'id',
type: 'number'
type: 'string'
}),

@@ -83,3 +83,3 @@ ApiOkResponse({

name: 'id',
type: 'number'
type: 'string'
}),

@@ -100,3 +100,3 @@ ApiOkResponse({

name: 'id',
type: 'number'
type: 'string'
}),

@@ -103,0 +103,0 @@ ApiOkResponse({

@@ -28,3 +28,3 @@ "use strict";

name: 'id',
type: 'number'
type: 'string'
}), (0, swagger_1.ApiOkResponse)({

@@ -44,3 +44,3 @@ type: model,

name: 'id',
type: 'number'
type: 'string'
}), (0, swagger_1.ApiOkResponse)({

@@ -54,3 +54,3 @@ type: model,

name: 'id',
type: 'number'
type: 'string'
}), (0, swagger_1.ApiOkResponse)({

@@ -64,3 +64,3 @@ type: model,

name: 'id',
type: 'number'
type: 'string'
}), (0, swagger_1.ApiOkResponse)({

@@ -67,0 +67,0 @@ type: model,

{
"name": "@epip/crud",
"version": "1.0.43",
"version": "1.0.44",
"description": "",

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

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