superstruct
Advanced tools
Comparing version 0.12.1 to 0.12.2
@@ -5,3 +5,3 @@ { | ||
"description": "A simple and composable way to validate data in JavaScript (and TypeScript).", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"license": "MIT", | ||
@@ -13,2 +13,6 @@ "repository": "git://github.com/ianstormtaylor/superstruct.git", | ||
"module": "./lib/index.es.js", | ||
"exports": { | ||
"import": "./lib/index.es.js", | ||
"require": "./lib/index.cjs" | ||
}, | ||
"sideEffects": false, | ||
@@ -15,0 +19,0 @@ "files": [ |
@@ -206,19 +206,19 @@ <p align="center"> | ||
- [**Guide**](<[./docs/guide.md](https://docs.superstructjs.org/guides/01-getting-started)>) | ||
- [Getting Started](https://docs.superstructjs.org/guides/01-getting-started.md) | ||
- [Validating Data](https://docs.superstructjs.org/guides/02-validating-data.md) | ||
- [Coercing Data](https://docs.superstructjs.org/guides/03-coercing-data.md) | ||
- [Refining Validation](https://docs.superstructjs.org/guides/04-refining-validation.md) | ||
- [Handling Errors](https://docs.superstructjs.org/guides/05-handling-errors.md) | ||
- [Using TypeScript](https://docs.superstructjs.org/guides/06-using-typescript.md) | ||
- [**Reference**](./docs/reference.md) | ||
- [Core](https://docs.superstructjs.org/api-reference/core.md) | ||
- [Types](https://docs.superstructjs.org/api-reference/types.md) | ||
- [Refinements](https://docs.superstructjs.org/api-reference/refinements.md) | ||
- [Coercions](https://docs.superstructjs.org/api-reference/coercions.md) | ||
- [Utilities](https://docs.superstructjs.org/api-reference/utilities.md) | ||
- [Errors](https://docs.superstructjs.org/api-reference/errors.md) | ||
- [TypeScript](https://docs.superstructjs.org/api-reference/typescript.md) | ||
- [**FAQ**](https://docs.superstructjs.org/resources/faq.md) | ||
- [**Resources**](https://docs.superstructjs.org/resources/links.md) | ||
- [**Guide**](https://docs.superstructjs.org/guides/01-getting-started) | ||
- [Getting Started](https://docs.superstructjs.org/guides/01-getting-started) | ||
- [Validating Data](https://docs.superstructjs.org/guides/02-validating-data) | ||
- [Coercing Data](https://docs.superstructjs.org/guides/03-coercing-data) | ||
- [Refining Validation](https://docs.superstructjs.org/guides/04-refining-validation) | ||
- [Handling Errors](https://docs.superstructjs.org/guides/05-handling-errors) | ||
- [Using TypeScript](https://docs.superstructjs.org/guides/06-using-typescript) | ||
- [**Reference**](https://docs.superstructjs.org/api-reference/core) | ||
- [Core](https://docs.superstructjs.org/api-reference/core) | ||
- [Types](https://docs.superstructjs.org/api-reference/types) | ||
- [Refinements](https://docs.superstructjs.org/api-reference/refinements) | ||
- [Coercions](https://docs.superstructjs.org/api-reference/coercions) | ||
- [Utilities](https://docs.superstructjs.org/api-reference/utilities) | ||
- [Errors](https://docs.superstructjs.org/api-reference/errors) | ||
- [TypeScript](https://docs.superstructjs.org/api-reference/typescript) | ||
- [**FAQ**](https://docs.superstructjs.org/resources/faq) | ||
- [**Resources**](https://docs.superstructjs.org/resources/links) | ||
@@ -225,0 +225,0 @@ [![Docs screenshot.](./docs/images/docs-screenshot.png)](https://docs.superstructjs.org) |
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
487257