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

prisma-query

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prisma-query - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

.parcel-cache/3b6c6d121e34fa3f

4

.parcel-cache/748e64b1ec39ac27.txt

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

28787821
1667503776282487000
28792733
1667503911248887000

@@ -5,3 +5,2 @@ function $parcel$export(e, n, v, s) {

$parcel$export(module.exports, "sum", () => $882b6d93070905b3$export$8a63f25cc62965f1);
$parcel$export(module.exports, "processFindAllQuery", () => $29cbf83dab6282e1$export$9fc9965ff179fd99);

@@ -299,5 +298,4 @@ $parcel$export(module.exports, "processFindOneQuery", () => $29cbf83dab6282e1$export$e2ff8fc6b7c0f15);

const $882b6d93070905b3$export$8a63f25cc62965f1 = (a, b)=>a + b;
//# sourceMappingURL=main.js.map

@@ -291,6 +291,5 @@ const $0aed50524986b25d$export$2321aea138b44780 = (target, source)=>{

const $149c1bd638913645$export$8a63f25cc62965f1 = (a, b)=>a + b;
export {$149c1bd638913645$export$8a63f25cc62965f1 as sum, $8e2901dc00b34f31$export$9fc9965ff179fd99 as processFindAllQuery, $8e2901dc00b34f31$export$e2ff8fc6b7c0f15 as processFindOneQuery};
export {$8e2901dc00b34f31$export$9fc9965ff179fd99 as processFindAllQuery, $8e2901dc00b34f31$export$e2ff8fc6b7c0f15 as processFindOneQuery};
//# sourceMappingURL=module.js.map

@@ -15,4 +15,3 @@ type TQueryModifier = {

};
export const sum: (a: number, b: number) => number;
//# sourceMappingURL=types.d.ts.map
{
"name": "prisma-query",
"version": "1.0.5",
"version": "1.0.6",
"description": "transforms rest query params to prisma model args",

@@ -5,0 +5,0 @@ "source": "src/index.ts",

@@ -5,3 +5,1 @@ export {

} from 'utils/processQueryUtils';
export const sum = (a: number, b: number) => a + b;

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

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

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