@perfective/match
Advanced tools
Comparing version 0.1.0 to 0.2.0-alpha
{ | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
15193
37
0
148
1
+ Added@perfective/fp@0.4.00.5.1(transitive)
+ Added@perfective/maybe@0.5.2(transitive)
+ Added@perfective/value@0.2.1(transitive)
- Removed@perfective/error@0.1.1(transitive)
- Removed@perfective/fp@0.1.30.2.1(transitive)
- Removed@perfective/maybe@0.4.0(transitive)
- Removed@perfective/object@0.1.0(transitive)
- Removed@perfective/real@0.2.1(transitive)
- Removed@perfective/value@0.1.0(transitive)
Updated@perfective/fp@^0.4.0-alpha