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.54 to 1.0.55

3

core/services/base.service.ts

@@ -5,2 +5,3 @@ import { to } from "await-to-js";

import { Request } from "express";
import { Req } from "@nestjs/common";

@@ -10,3 +11,3 @@ export class BaseService<T> {

public async getAll(req: Request): Promise<IResponseAll<T>> {
public async getAll(@Req() req: Request): Promise<IResponseAll<T>> {
const [err, results] = await to(this.repo.find({

@@ -13,0 +14,0 @@ where:{

{
"name": "@epip/crud",
"version": "1.0.54",
"version": "1.0.55",
"description": "",

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

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