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

@react-spring/types

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/types - npm Package Compare versions

Comparing version 9.5.3 to 9.5.4

2

CHANGELOG.md
# @react-spring/types
## 9.5.4
## 9.5.3

2

package.json
{
"name": "@react-spring/types",
"version": "9.5.3",
"version": "9.5.4",
"description": "Internal package with TypeScript stuff",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -121,2 +121,4 @@ /**

export type AllKeys<T> = T extends any ? keyof T : never
export type Exclusive<T> = AllKeys<T> extends infer K

@@ -123,0 +125,0 @@ ? T extends any

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