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.1.0 to 3.2.0

1

dist/types.d.ts

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

readonly placeholder: string;
readonly required: boolean;
/**

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

2

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

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

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

readonly placeholder: string; // Placeholder, e.g. for showing in fields.
readonly required: boolean; // Whether schema is required, or not.

@@ -13,0 +14,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