Socket
Socket
Sign inDemoInstall

@js-bits/typedef-utils

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@js-bits/typedef-utils - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.husky/pre-push

4

dist/index.d.ts

@@ -6,3 +6,3 @@ type Length<T extends unknown[]> = T extends {

/**
* Required Typescript 4.8+
* Required Typescript: 4.8+
*/

@@ -148,3 +148,3 @@ type ParseInt<T> = T extends `${infer N extends number}` ? N : never;

/**
* Required Typescript 4.5+
* Required Typescript: 4.5+
*/

@@ -151,0 +151,0 @@ type NotEmptyString<Str> = Str extends '' ? never : Str;

{
"name": "@js-bits/typedef-utils",
"version": "0.0.2",
"version": "0.0.3",
"description": "Utility types for TypeScript",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,3 +5,3 @@ /* eslint-disable @typescript-eslint/no-unused-vars, import/extensions */

/**
* Required Typescript 4.8+
* Required Typescript: 4.8+
*/

@@ -8,0 +8,0 @@

@@ -5,3 +5,3 @@ /* eslint-disable @typescript-eslint/no-unused-vars */

/**
* Required Typescript 4.5+
* Required Typescript: 4.5+
*/

@@ -8,0 +8,0 @@

Sorry, the diff of this file is not supported yet

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