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.0 to 4.2.3-test.1

dist/index.cjs

26

package.json
{
"name": "ts-pattern",
"version": "4.2.3-test.0",
"version": "4.2.3-test.1",
"description": " The exhaustive Pattern Matching library for TypeScript.",
"main": "./dist/index.js",
"module": "./dist/index.module.js",
"exports": "./dist/foo.modern.mjs",
"unpkg": "./dist/index.umd.js",
"type": "module",
"source": "src/index.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"unpkg": "dist/index.umd.js",
"scripts": {
"build": "microbundle",
"build": "rimraf dist && microbundle",
"dev": "microbundle watch",

@@ -21,3 +31,4 @@ "prepublishOnly": "npm run test && npm run build",

"files": [
"dist/**/*"
"dist/**/*",
"package.json"
],

@@ -49,2 +60,3 @@ "repository": {

"prettier": "^2.5.1",
"rimraf": "^5.0.0",
"ts-jest": "^27.1.2",

@@ -51,0 +63,0 @@ "typescript": "^4.8.3"

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