Socket
Socket
Sign inDemoInstall

@nodeteam/nestjs-pipes

Package Overview
Dependencies
18
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

dist/prisma/select.pipe.d.ts

3

dist/index.d.ts
import WherePipe from './prisma/where.pipe';
import OrderByPipe from './prisma/order-by.pipe';
export { WherePipe, OrderByPipe, };
import SelectPipe from './prisma/select.pipe';
export { WherePipe, OrderByPipe, SelectPipe, };

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.OrderByPipe = exports.WherePipe = void 0;
exports.SelectPipe = exports.OrderByPipe = exports.WherePipe = void 0;
const where_pipe_1 = __importDefault(require("./prisma/where.pipe"));

@@ -12,2 +12,4 @@ exports.WherePipe = where_pipe_1.default;

exports.OrderByPipe = order_by_pipe_1.default;
const select_pipe_1 = __importDefault(require("./prisma/select.pipe"));
exports.SelectPipe = select_pipe_1.default;
//# sourceMappingURL=index.js.map

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

&& !data[val].endsWith(':')
&& !data[val].endsWith('Z')) {
&& !/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2}(?:\.\d*)?)((-(\d{2}):(\d{2})|Z)?)/.test(data[val])) {
const record = {};

@@ -82,0 +82,0 @@ record[data[val].split(':')[0].trim()] = data[val]

{
"name": "@nodeteam/nestjs-pipes",
"version": "1.1.0",
"version": "1.1.1",
"description": "Pipes collection for Nest.JS app",

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

@@ -109,3 +109,3 @@ # Installation

# SelectPipe
# #SelectPipe

@@ -112,0 +112,0 @@ ```typescript

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc