multi-path-matcher
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "multi-path-matcher", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"publishConfig": { | ||
@@ -8,4 +8,2 @@ "access": "public" | ||
"sideEffects": false, | ||
"type": "module", | ||
"main": "./src/multi-path-matcher.mjs", | ||
"exports": { | ||
@@ -29,3 +27,3 @@ ".": "./src/multi-path-matcher.mjs" | ||
"test:ava": "ava --timeout 2m tests/*.mjs", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme ./src/multi-path-matcher.mjs --section=API", | ||
@@ -36,6 +34,6 @@ "lint": "npm run lint:docs", | ||
"devDependencies": { | ||
"ava": "^3.13.0", | ||
"c8": "^7.3.1", | ||
"documentation": "^13.0.2", | ||
"semantic-release": "^17.1.2" | ||
"ava": "^3.14.0", | ||
"c8": "^7.3.5", | ||
"documentation": "github:arlac77/documentation", | ||
"semantic-release": "^17.3.0" | ||
}, | ||
@@ -42,0 +40,0 @@ "engines": { |
@@ -6,8 +6,7 @@ [![npm](https://img.shields.io/npm/v/multi-path-matcher.svg)](https://www.npmjs.com/package/multi-path-matcher) | ||
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/multi-path-matcher.svg?style=flat-square)](https://github.com/arlac77/multi-path-matcher/issues) | ||
[![Build Status](https://travis-ci.com/arlac77/multi-path-matcher.svg?branch=master)](https://travis-ci.com/arlac77/multi-path-matcher) | ||
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/multi-path-matcher.git) | ||
[![Build Action Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Fmulti-path-matcher%2Fbadge&style=flat)](https://actions-badge.atrox.dev/arlac77/multi-path-matcher/goto) | ||
[![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/multi-path-matcher/badge.svg)](https://snyk.io/test/github/arlac77/multi-path-matcher) | ||
[![Coverage Status](https://coveralls.io/repos/arlac77/multi-path-matcher/badge.svg)](https://coveralls.io/r/arlac77/multi-path-matcher) | ||
[![Coverage Status](https://coveralls.io/repos/arlac77/multi-path-matcher/badge.svg)](https://coveralls.io/github/arlac77/multi-path-matcher) | ||
@@ -14,0 +13,0 @@ # multi-path-matcher |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11887
196
No