New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

suretype

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

suretype - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

dist/validators/array-types.d.ts

@@ -19,3 +19,3 @@ import { BaseValidator } from "./base/validator";

}
export declare type ArrayFunction = <T extends unknown, U extends BaseValidator<T>>(itemType?: U) => ArrayValidator<Array<T>>;
export declare type ArrayFunction = <U extends BaseValidator<unknown>>(itemType?: U) => ArrayValidator<Array<TypeOf<U>>>;
export {};
{
"name": "suretype",
"version": "1.1.1",
"version": "1.1.2",
"description": "Typesafe JSON (Schema) validator with magic powers 🧙‍♂️",

@@ -5,0 +5,0 @@ "author": "Gustaf Räntilä",

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