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

@dataui/crud-typeorm

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dataui/crud-typeorm - npm Package Compare versions

Comparing version 5.3.1-alpha.0 to 5.3.1-alpha.3

2

lib/typeorm-crud.service.d.ts

@@ -14,3 +14,3 @@ import { CreateManyDto, CrudRequest, CrudRequestOptions, CrudService, CustomOperators, GetManyDefaultResponse, JoinOption, JoinOptions, QueryOptions } from '@dataui/crud';

}
export declare class TypeOrmCrudService<T> extends CrudService<T, DeepPartial<T>> {
export declare class TypeOrmCrudService<T extends ObjectLiteral> extends CrudService<T, DeepPartial<T>> {
protected repo: Repository<T>;

@@ -17,0 +17,0 @@ protected dbName: ConnectionOptions['type'];

{
"name": "@dataui/crud-typeorm",
"description": "NestJs CRUD for RESTful APIs - TypeORM",
"version": "5.3.1-alpha.0",
"version": "5.3.1-alpha.3",
"license": "MIT",

@@ -45,3 +45,3 @@ "main": "lib/index.js",

},
"gitHead": "fa6f209fb223752becce404ec6088fafcd08c8a4"
"gitHead": "5acf14b6f5057bf8b92c31a34ddd19543bd6358a"
}

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