@prisma/param-graph
Advanced tools
+3
-3
@@ -0,7 +1,7 @@ | ||
| export type { EnumLookup, InputEdge, InputNode, OutputEdge, OutputNode, RootEntry } from './param-graph'; | ||
| export { ParamGraph } from './param-graph'; | ||
| export type { EnumLookup, InputEdge, InputNode, OutputEdge, OutputNode, RootEntry } from './param-graph'; | ||
| export type { InputEdgeData, InputNodeData, OutputEdgeData, OutputNodeData, ParamGraphData, RootEntryData, } from './param-graph'; | ||
| export type { EdgeFlagValue, ScalarMaskValue } from './param-graph'; | ||
| export { EdgeFlag, getScalarMask, hasFlag, ScalarMask, scalarTypeToMask } from './param-graph'; | ||
| export type { EdgeFlagValue, ScalarMaskValue } from './param-graph'; | ||
| export type { SerializedParamGraph } from './serialization'; | ||
| export { deserializeParamGraph, serializeParamGraph } from './serialization'; | ||
| export type { SerializedParamGraph } from './serialization'; |
| import { describe, expect, test } from "vitest"; | ||
| import { serializeParamGraph, deserializeParamGraph } from "./serialization"; | ||
| import { deserializeParamGraph, serializeParamGraph } from "./serialization"; | ||
| describe("param-graph serialization", () => { | ||
@@ -4,0 +4,0 @@ test("roundtrip with empty data", () => { |
+1
-1
| { | ||
| "name": "@prisma/param-graph", | ||
| "version": "7.4.0-integration-parameterization.13", | ||
| "version": "7.4.0-integration-parameterization.14", | ||
| "description": "This package is intended for Prisma's internal use", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package