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

ts-pattern

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-pattern - npm Package Compare versions

Comparing version 5.4.0 to 5.5.0

dist/types/index.d.cts

11

package.json
{
"name": "ts-pattern",
"version": "5.4.0",
"version": "5.5.0",
"description": " The exhaustive Pattern Matching library for TypeScript.",

@@ -20,2 +20,11 @@ "type": "module",

},
"./types": {
"require": {
"types": "./dist/types/index.d.cts"
},
"import": {
"types": "./dist/types/index.d.ts"
},
"types": "./dist/types/index.d.ts"
},
"./package.json": "./package.json"

@@ -22,0 +31,0 @@ },

2

README.md

@@ -106,3 +106,3 @@ <h1 align="center">TS-Pattern</h1>

## Want to learn how to build awesome, strongly-typed libraries?
## Want to get better at TypeScript?

@@ -109,0 +109,0 @@ Check out 👉 [Type-Level TypeScript](https://type-level-typescript.com/), my online course teaching how to take full advantage of the most advanced features of TypeScript. You will learn everything there is to know to build awesome libraries with great developer experiences and become a real TypeScript expert in the process!

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