New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ptc-org/nestjs-query-core

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ptc-org/nestjs-query-core - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

9

package.json
{
"name": "@ptc-org/nestjs-query-core",
"version": "4.0.0",
"version": "4.1.0",
"description": "Base query package",

@@ -8,3 +8,3 @@ "author": "doug-martin <doug@dougamartin.com>",

"license": "MIT",
"main": "src/index.js",
"main": "./src/index.js",
"types": "src/index.d.ts",

@@ -31,3 +31,3 @@ "directories": {

"reflect-metadata": "^0.1.13",
"tslib": "^2.6.1"
"tslib": "^2.6.2"
},

@@ -37,3 +37,4 @@ "peerDependencies": {

"class-transformer": "^0.5"
}
},
"type": "commonjs"
}

@@ -41,2 +41,3 @@ "use strict";

}
// eslint-disable-next-line @typescript-eslint/no-explicit-any
isConstructor(x) {

@@ -43,0 +44,0 @@ const handler = {

@@ -179,3 +179,3 @@ /**

}
type BuiltInTypes = boolean | boolean | string | string | number | Date | RegExp | bigint | symbol | null | undefined | never;
type BuiltInTypes = boolean | string | number | Date | RegExp | bigint | symbol | null | undefined;
/**

@@ -182,0 +182,0 @@ * Type for field comparisons.

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