@ckirby/mr-lister
Advanced tools
Comparing version 2.8.0 to 3.0.0-beta.1
{ | ||
"name": "@ckirby/mr-lister", | ||
"version": "2.8.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "format lists of numbers, letters, or arbitrary items", | ||
"main": "./dist/cjs/index.js", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./*": "./dist/*" | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js" | ||
"imports": { | ||
"#src/*": "./dist/*" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"index.d.ts": [ | ||
"dist/index.d.ts" | ||
], | ||
"*": [ | ||
"dist/*" | ||
] | ||
} | ||
}, | ||
"types": "./types/index.d.ts", | ||
"engines": { | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
}, | ||
"scripts": { | ||
"compile": "yarn compile:cjs && yarn compile:esm", | ||
"compile:cjs": "tsc -p tsconfig.json", | ||
"compile:esm": "tsc -p tsconfig-esm.json", | ||
"compile": "tsc -p tsconfig.json", | ||
"prepublishOnly": "yarn compile", | ||
"watch": "yarn tsc-watch", | ||
"test": "tape \"tests/*-test.js\" | tap-diff" | ||
"test": "yarn lint && yarn test:tape", | ||
"test:ci": "yarn compile && yarn lint && yarn test:tape", | ||
"test:tape": "tape `find tests -name '*-test.mjs'`", | ||
"lint": "eslint src/*.ts tests/*.mjs" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"repository": { | ||
@@ -33,3 +48,7 @@ "type": "git", | ||
], | ||
"dependencies": { | ||
"@ckirby/block-re": "3.0.0-beta.3" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/node14": "^1.0.1", | ||
"@typescript-eslint/eslint-plugin": "^4.28.4", | ||
@@ -44,16 +63,8 @@ "@typescript-eslint/parser": "^4.28.4", | ||
"tap-diff": "^0.1.1", | ||
"tape": "^4.6.2", | ||
"tape-catch": "^1.0.6", | ||
"tape": "^5.3.1", | ||
"tom-jumbo-grumbo": "git+ssh://git@github.com/PatentNavigation/tom-jumbo-grumbo.git#v1.0.3", | ||
"typescript": "^4.3.5" | ||
}, | ||
"files": [ | ||
"dist", | ||
"types" | ||
], | ||
"author": "Chad Kirby", | ||
"license": "BSD-2-Clause", | ||
"dependencies": { | ||
"@ckirby/block-re": "^2.0.0" | ||
}, | ||
"bugs": { | ||
@@ -60,0 +71,0 @@ "url": "https://github.com/chadkirby/mr-lister/issues" |
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
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Yes
37933
12
282
1
1
+ Added@ckirby/block-re@3.0.0-beta.3(transitive)
- Removed@ckirby/block-re@2.0.3(transitive)