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

@suspensive/utils

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@suspensive/utils - npm Package Compare versions

Comparing version 2.13.1 to 2.14.0

6

package.json
{
"name": "@suspensive/utils",
"version": "2.13.1",
"version": "2.14.0",
"description": "Useful interfaces for React Suspense",

@@ -44,4 +44,4 @@ "keywords": [

"@suspensive/eslint-config": "0.0.0",
"@suspensive/tsconfig": "0.0.0-development",
"@suspensive/tsup": "0.0.0"
"@suspensive/tsup": "0.0.0",
"@suspensive/tsconfig": "0.0.0-development"
},

@@ -48,0 +48,0 @@ "peerDependencies": {

@@ -29,3 +29,3 @@ import type { OmitKeyof } from './OmitKeyof'

>
>().toEqualTypeOf<ExpectedType>
>().toEqualTypeOf<ExpectedType>()
expectTypeOf<

@@ -40,3 +40,3 @@ OmitKeyof<

>
>().toEqualTypeOf<ExpectedType>
>().toEqualTypeOf<ExpectedType>()

@@ -51,3 +51,3 @@ // 2. safely

>
>().toEqualTypeOf<ExpectedType>
>().toEqualTypeOf<ExpectedType>()
expectTypeOf<

@@ -60,3 +60,3 @@ OmitKeyof<

>
>().toEqualTypeOf<ExpectedType>
>().toEqualTypeOf<ExpectedType>()
})

@@ -89,3 +89,3 @@

>
>().toEqualTypeOf<ExpectedType>
>().toEqualTypeOf<ExpectedType>()
expectTypeOf<

@@ -100,3 +100,3 @@ OmitKeyof<

>
>().toEqualTypeOf<ExpectedType>
>().toEqualTypeOf<ExpectedType>()

@@ -111,3 +111,3 @@ // 2. safely

>
>().toEqualTypeOf<ExpectedType>
>().toEqualTypeOf<ExpectedType>()
expectTypeOf<

@@ -120,3 +120,3 @@ OmitKeyof<

>
>().toEqualTypeOf<ExpectedType>
>().toEqualTypeOf<ExpectedType>()
})

@@ -153,3 +153,3 @@

>
>().toEqualTypeOf<ExpectedType>
>().toEqualTypeOf<ExpectedType>()
expectTypeOf<

@@ -164,3 +164,3 @@ OmitKeyof<

>
>().toEqualTypeOf<ExpectedType>
>().toEqualTypeOf<ExpectedType>()

@@ -175,3 +175,3 @@ // 2. safely

>
>().toEqualTypeOf<ExpectedType>
>().toEqualTypeOf<ExpectedType>()
expectTypeOf<

@@ -184,4 +184,4 @@ OmitKeyof<

>
>().toEqualTypeOf<ExpectedType>
>().toEqualTypeOf<ExpectedType>()
})
})
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