Socket
Socket
Sign inDemoInstall

type-fest

Package Overview
Dependencies
1
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

5

package.json
{
"name": "type-fest",
"version": "0.5.0",
"version": "0.5.1",
"description": "A collection of essential TypeScript types",

@@ -40,2 +40,5 @@ "license": "(MIT OR CC0-1.0)",

},
"peerDependencies": {
"typescript": ">=3.2"
},
"xo": {

@@ -42,0 +45,0 @@ "extends": "xo-typescript",

2

source/basic.d.ts

@@ -0,1 +1,3 @@

/// <reference lib="esnext"/>
// TODO: This can just be `export type Primitive = not object` when the `not` keyword is out.

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc