falcor-json-graph
Advanced tools
Comparing version 3.2.0 to 3.2.1
{ | ||
"name": "falcor-json-graph", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "A set of factory functions for creating JSON Graph values.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -61,4 +61,4 @@ export type Primitive = string | number | boolean | null; | ||
export function ref(path: Path, props?: JsonGraphMetadata): JsonGraphRef; | ||
export function atom<T extends JsonValue | void>(value: T, props?: JsonGraphMetadata): JsonGraphAtom; | ||
export function undefinedAtom(): { $type: 'atom' }; | ||
export function atom(value?: JsonValue, props?: JsonGraphMetadata): JsonGraphAtom; | ||
export function undefinedAtom(): JsonGraphAtom; | ||
export function error(errorValue: string, props?: JsonGraphMetadata): JsonGraphError; | ||
@@ -65,0 +65,0 @@ export function pathValue(path: PathSet, value: JsonGraphLeaf): PathValue; |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
66223