prisma-query
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -1,2 +0,2 @@ | ||
28741932 | ||
1667502158122059000 | ||
28787821 | ||
1667503776282487000 |
@@ -14,2 +14,3 @@ "use strict"; | ||
exports.default = app; | ||
console.log('hello bhai aap kese how wooooo'); | ||
//# sourceMappingURL=app.js.map |
@@ -5,2 +5,3 @@ function $parcel$export(e, n, v, s) { | ||
$parcel$export(module.exports, "sum", () => $882b6d93070905b3$export$8a63f25cc62965f1); | ||
$parcel$export(module.exports, "processFindAllQuery", () => $29cbf83dab6282e1$export$9fc9965ff179fd99); | ||
@@ -298,4 +299,5 @@ $parcel$export(module.exports, "processFindOneQuery", () => $29cbf83dab6282e1$export$e2ff8fc6b7c0f15); | ||
const $882b6d93070905b3$export$8a63f25cc62965f1 = (a, b)=>a + b; | ||
//# sourceMappingURL=main.js.map |
@@ -291,5 +291,6 @@ const $0aed50524986b25d$export$2321aea138b44780 = (target, source)=>{ | ||
const $149c1bd638913645$export$8a63f25cc62965f1 = (a, b)=>a + b; | ||
export {$8e2901dc00b34f31$export$9fc9965ff179fd99 as processFindAllQuery, $8e2901dc00b34f31$export$e2ff8fc6b7c0f15 as processFindOneQuery}; | ||
export {$149c1bd638913645$export$8a63f25cc62965f1 as sum, $8e2901dc00b34f31$export$9fc9965ff179fd99 as processFindAllQuery, $8e2901dc00b34f31$export$e2ff8fc6b7c0f15 as processFindOneQuery}; | ||
//# sourceMappingURL=module.js.map |
@@ -15,3 +15,4 @@ type TQueryModifier = { | ||
}; | ||
export const sum: (a: number, b: number) => number; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "prisma-query", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "transforms rest query params to prisma model args", | ||
@@ -11,4 +11,4 @@ "source": "src/index.ts", | ||
"scripts": { | ||
"start": "NODE_PATH=dist node dist/server.js", | ||
"dev": "NODE_PATH=dist nodemon dist/server.js", | ||
"start": "NODE_PATH=dist-test node dist-test/server.js", | ||
"dev": "NODE_PATH=dist-test nodemon dist-test/server.js", | ||
"watch": "tsc -w", | ||
@@ -20,3 +20,3 @@ "build": "tsc", | ||
"studio": "prisma studio", | ||
"seeders": "node dist/seeds/rootSeed.js", | ||
"seeders": "node dist-test/seeds/rootSeed.js", | ||
"migrate": "prisma migrate deploy", | ||
@@ -23,0 +23,0 @@ "migrate:dev": "prisma migrate dev", |
@@ -5,1 +5,3 @@ export { | ||
} from 'utils/processQueryUtils'; | ||
export const sum = (a: number, b: number) => a + b; |
{ | ||
"compilerOptions": { | ||
"target": "es2021", | ||
"module": "commonjs", | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"strict": true, | ||
"skipLibCheck": true, | ||
"outDir": "dist", | ||
"outDir": "dist-test", | ||
"sourceMap": true, | ||
@@ -16,0 +11,0 @@ "baseUrl": "src" |
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
2557034
1
3
49
1617