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

@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 2.2.3 to 2.3.0

2

index.d.ts

@@ -8,2 +8,4 @@ /** Try to simplify `&` out of an object type */

export type LooseAccess<T, K> = K extends keyof T ? T[K] : never
export type Pick<T, K extends keyof T> = {} & {

@@ -10,0 +12,0 @@ [P in K]: T[P]

2

package.json
{
"name": "@alloc/types",
"version": "2.2.3",
"version": "2.3.0",
"types": "index.d.ts",

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

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