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

schemaglobin

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

schemaglobin - npm Package Compare versions

Comparing version 3.3.3 to 3.3.4

1

dist/types.d.ts

@@ -11,2 +11,3 @@ import { Invalid } from "./Invalid";

readonly required: boolean;
readonly value: unknown;
/**

@@ -13,0 +14,0 @@ * `validate()` method accepts an unsafe value and returns a valid value.

2

package.json
{
"name": "schemaglobin",
"description": "Validate user-entered data.",
"version": "3.3.3",
"version": "3.3.4",
"repository": "https://github.com/dhoulb/schemaglobin",

@@ -6,0 +6,0 @@ "author": "Dave Houlbrooke <dave@shax.com>",

@@ -12,2 +12,3 @@ import { Invalid } from "./Invalid";

readonly required: boolean; // Whether schema is required, or not.
readonly value: unknown; // The default value for the schema.

@@ -14,0 +15,0 @@ /**

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