Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

superstruct

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superstruct - npm Package Compare versions

Comparing version 0.12.1 to 0.12.2

6

package.json

@@ -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": [

34

Readme.md

@@ -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)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc