schemaglobin
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -21,3 +21,3 @@ "use strict"; | ||
/** Symbol that allows you to filter out results during mapping. */ | ||
exports.SKIP = Symbol("shelving/helpers/object/SKIP"); | ||
exports.SKIP = Symbol("schemaglobin/object/SKIP"); | ||
/** | ||
@@ -24,0 +24,0 @@ * Map the (own) properties of an object in a typed way. |
{ | ||
"name": "schemaglobin", | ||
"description": "Validate user-entered data.", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"repository": "https://github.com/dhoulb/schemaglobin", | ||
@@ -6,0 +6,0 @@ "author": "Dave Houlbrooke <dave@shax.com>", |
@@ -20,3 +20,3 @@ import type { UnknownObject } from "../types"; | ||
/** Symbol that allows you to filter out results during mapping. */ | ||
export const SKIP: unique symbol = Symbol("shelving/helpers/object/SKIP"); | ||
export const SKIP: unique symbol = Symbol("schemaglobin/object/SKIP"); | ||
@@ -23,0 +23,0 @@ /** |
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
317469