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.1 to 1.2.2

2

package.json
{
"name": "@alloc/types",
"version": "1.2.1",
"version": "1.2.2",
"main": "types.d.ts",

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

@@ -55,3 +55,3 @@ export * from './react'

/** Ensure the given type is an object type */
export type ObjectType<T> = T extends {} ? T : {}
export type ObjectType<T> = T extends object ? T : {}

@@ -58,0 +58,0 @@ /** Intersect a union of objects but merge property types with _unions_ */

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