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.42 to 1.0.43

4

core/decorators/swg-crud.decorator.ts
import { applyDecorators, Delete, Get, Patch, Post, Put, Type } from "@nestjs/common";
import { ApiOkResponse, ApiParam, getSchemaPath } from "@nestjs/swagger";
import { IResponse } from "../types/res.interface";
import { IResponse, IResponseAll } from "../types/res.interface";

@@ -14,3 +14,3 @@ export const ApiGetAll = <TModel extends Type<any>>(

allOf: [
{ $ref: getSchemaPath(IResponse) },
{ $ref: getSchemaPath(IResponseAll) },
{

@@ -17,0 +17,0 @@ properties: {

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

allOf: [
{ $ref: (0, swagger_1.getSchemaPath)(res_interface_1.IResponse) },
{ $ref: (0, swagger_1.getSchemaPath)(res_interface_1.IResponseAll) },
{

@@ -14,0 +14,0 @@ properties: {

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

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

Sorry, the diff of this file is not supported yet

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