Socket
Socket
Sign inDemoInstall

@refinedev/nestjsx-crud

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@refinedev/nestjsx-crud - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

dist/index.cjs

2

dist/utils/handleSort.d.ts
import { RequestQueryBuilder, QuerySort, QuerySortArr } from "@nestjsx/crud-request";
import { CrudSorting } from "@refinedev/core";
export declare type SortBy = QuerySort | QuerySortArr | Array<QuerySort | QuerySortArr>;
export type SortBy = QuerySort | QuerySortArr | Array<QuerySort | QuerySortArr>;
export declare const generateSort: (sort?: CrudSorting) => SortBy | undefined;
export declare const handleSort: (query: RequestQueryBuilder, sorters?: CrudSorting) => RequestQueryBuilder;
//# sourceMappingURL=handleSort.d.ts.map

@@ -1,2 +0,2 @@

declare type TransformedErrors = {
type TransformedErrors = {
[key: string]: string[];

@@ -3,0 +3,0 @@ };

{
"name": "@refinedev/nestjsx-crud",
"version": "5.0.3",
"version": "5.0.4",
"private": false,

@@ -13,4 +13,16 @@ "description": "refine Nestjsx Crud data provider. refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.",

"author": "refine",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",

@@ -23,6 +35,8 @@ "files": [

"scripts": {
"build": "tsup --format esm,cjs,iife --minify --legacy-output",
"dev": "tsup --watch --format esm,cjs,iife --legacy-output",
"build": "tsup",
"dev": "tsup --watch",
"prepare": "npm run build",
"test": "jest --passWithNoTests --runInBand"
"publint": "publint --strict=true --level=suggestion",
"test": "jest --passWithNoTests --runInBand",
"types": "node ../shared/generate-declarations.js"
},

@@ -36,4 +50,4 @@ "dependencies": {

"@esbuild-plugins/node-resolve": "^0.1.4",
"@refinedev/cli": "^2.16.27",
"@refinedev/core": "^4.48.0",
"@refinedev/cli": "^2.16.28",
"@refinedev/core": "^4.49.0",
"@types/jest": "^29.2.4",

@@ -43,4 +57,4 @@ "jest": "^29.3.1",

"nock": "^13.4.0",
"ts-jest": "^29.0.3",
"tslib": "^2.3.1",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"tsup": "^6.7.0"

@@ -47,0 +61,0 @@ },

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