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.36 to 1.0.37

2

core/services/base.service.ts

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

public async delete(id: number): Promise<IResponse<DeepPartial<T>>> {
public async delete(id: number): Promise<IResponse<T>> {
let [err, results] = await to(this.get(id));

@@ -147,0 +147,0 @@ if (err) {

@@ -11,4 +11,4 @@ import { DeepPartial, Repository } from "typeorm";

patch(id: number, entity: DeepPartial<T>): Promise<IResponse<DeepPartial<T>>>;
delete(id: number): Promise<IResponse<DeepPartial<T>>>;
delete(id: number): Promise<IResponse<T>>;
}
//# sourceMappingURL=base.service.d.ts.map
{
"name": "@epip/crud",
"version": "1.0.36",
"version": "1.0.37",
"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