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.1 to 1.1.2

2

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

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

@@ -22,4 +22,5 @@ import {

select[field.replace('-', '')] = false;
} else {
select[field] = true;
}
select[field] = true;
});

@@ -26,0 +27,0 @@

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