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 5.6.0 to 5.6.1

7

dist/types.d.ts

@@ -56,8 +56,5 @@ /** Helper type that allows `null` if `R` (required) is false. */

} : T;
/**
* Constructor: a class constructor that can be used with `new X`
* - Type passed in must
*/
export declare type Constructor<T extends EmptyObject | UnknownObject = UnknownObject> = {
/** Constructor: a class constructor that can be used with `new X` to generate an object of type `T` */
export declare type Constructor<T = unknown> = {
new (): T;
};
{
"name": "schemaglobin",
"description": "Validate user-entered data.",
"version": "5.6.0",
"version": "5.6.1",
"repository": "https://github.com/dhoulb/schemaglobin",

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

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