New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@perfective/match

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perfective/match - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0-alpha

dist/cjs/index.d.ts

35

package.json
{
"name": "@perfective/match",
"version": "0.1.0",
"version": "0.2.0-alpha",
"description": "Functions and types for the pattern matching",
"keywords": [
"match",
"pattern matching"
],
"author": "Andrey Mikheychik <a.mikheychik@gmail.com>",
"homepage": "https://github.com/perfective/js",
"repository": {
"type": "git",
"url": "https://github.com/perfective/js.git",
"directory": "packages/match"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"types": "dist/mjs/index.d.ts",
"exports": {
"import": "dist/mjs/index.js",
"require": "dist/cjs/index.js"
},
"files": [
"dist"
"dist/cjs",
"dist/mjs"
],
"sideEffects": false,
"scripts": {
"build": "tsc --project ./tsconfig.build.json",
"build": "tsc --project ./tsconfig.build.cjs.json && tsc --project ./tsconfig.build.mjs.json",
"build:clean": "npm run clean && npm run build",
"clean": "rm -rf dist && rm -f *.tsbuildinfo && jest --clearCache",
"clean": "rm -rf dist && rm -f *.tsbuildinfo",
"lint": "npm run lint:eslint; npm run lint:tslint",
"lint:eslint": "eslint --fix --ext .ts ./src",
"lint:tslint": "tslint --fix --project ./tsconfig.lint.json",
"test": "jest"
"test": "jest",
"test:clean": "jest --clearCache",
"test:verbose": "jest --verbose"
},
"dependencies": {
"@perfective/fp": "^0.2.0",
"@perfective/maybe": "^0.4.0"
"@perfective/fp": "^0.4.0-alpha",
"@perfective/maybe": "^0.5.0-alpha"
}
}

Sorry, the diff of this file is not supported yet

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