schemaglobin
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -0,1 +1,2 @@ | ||
export * from "./types"; | ||
export * from "./Schema"; | ||
@@ -2,0 +3,0 @@ export * from "./schemas/ArraySchema"; |
@@ -13,2 +13,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// Export types. | ||
__exportStar(require("./types"), exports); | ||
// Export schema. | ||
@@ -15,0 +17,0 @@ __exportStar(require("./Schema"), exports); |
{ | ||
"name": "schemaglobin", | ||
"description": "Validate user-entered data.", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"repository": "https://github.com/dhoulb/schemaglobin", | ||
@@ -6,0 +6,0 @@ "author": "Dave Houlbrooke <dave@shax.com>", |
@@ -0,1 +1,4 @@ | ||
// Export types. | ||
export * from "./types"; | ||
// Export schema. | ||
@@ -2,0 +5,0 @@ export * from "./Schema"; |
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
317597
6676