Socket
Socket
Sign inDemoInstall

@alloc/types

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alloc/types - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

index.js

9

index.d.ts

@@ -74,1 +74,10 @@ export * from './react'

: never
export type Exclusive<T> = keyof T extends infer Keys
? Keys extends infer Key
? Remap<
{ [P in Extract<keyof T, Key>]: T[P] } &
{ [P in Exclude<keyof T, Key>]?: undefined }
>
: never
: never

3

package.json
{
"name": "@alloc/types",
"version": "1.2.3",
"version": "1.2.4",
"types": "index.d.ts",
"files": [
"*.js",
"*.d.ts"

@@ -7,0 +8,0 @@ ],

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