Socket
Socket
Sign inDemoInstall

ts-pattern

Package Overview
Dependencies
Maintainers
1
Versions
151
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 4.2.3-test.1 to 4.2.3-test.2

dist/index.umd.cjs

10

package.json
{
"name": "ts-pattern",
"version": "4.2.3-test.1",
"version": "4.2.3-test.2",
"description": " The exhaustive Pattern Matching library for TypeScript.",

@@ -11,4 +11,4 @@ "type": "module",

"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
"require": "./dist/index.cjs",
"default": "./dist/index.cjs"
},

@@ -18,5 +18,5 @@ "./package.json": "./package.json"

"types": "dist/index.d.ts",
"main": "dist/index.js",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"unpkg": "dist/index.umd.js",
"unpkg": "dist/index.umd.cjs",
"scripts": {

@@ -23,0 +23,0 @@ "build": "rimraf dist && microbundle",

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