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

@bunt/input

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunt/input - npm Package Compare versions

Comparing version 0.24.54 to 0.24.55

6

dist/Type/StirngAsNumber.d.ts

@@ -1,5 +0,5 @@

import { MayNullable, Promisify } from "@bunt/util";
import { Promisify } from "@bunt/util";
import { SuperType } from "../SuperType";
export declare class StringAsNumber<TValue> extends SuperType<MayNullable<TValue>, Exclude<TValue, undefined | null>> {
validate(payload: unknown): Promisify<TValue | undefined>;
export declare class StringAsNumber extends SuperType<string | number, number> {
validate(payload: unknown): Promisify<number>;
}
{
"name": "@bunt/input",
"version": "0.24.54",
"version": "0.24.55",
"keywords": [

@@ -32,3 +32,3 @@ "typescript"

"license": "MIT",
"gitHead": "7f686b8e92d41e8269b874ed8e116d5d70240838"
"gitHead": "ade3e5fa44c56d82bd17c9d0c053f0cf2584e73e"
}

Sorry, the diff of this file is not supported yet

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