@ckirby/block-re
Advanced tools
Comparing version 1.1.2 to 2.0.0
{ | ||
"name": "@ckirby/block-re", | ||
"version": "1.1.2", | ||
"version": "2.0.0", | ||
"description": "block regular expression javascript template function", | ||
"main": "index.js", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js" | ||
} | ||
}, | ||
"types": "./types/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"types" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"compile": "yarn compile:cjs && yarn compile:esm", | ||
"compile:cjs": "tsc -p tsconfig.json", | ||
"compile:esm": "tsc -p tsconfig-esm.json", | ||
"prepublishOnly": "yarn compile", | ||
"watch": "yarn tsc-watch" | ||
}, | ||
@@ -12,6 +30,12 @@ "author": "Chad Kirby", | ||
"devDependencies": { | ||
"eslint": "^6.0.0", | ||
"eslint-plugin-turbopatent": "^4.0.0", | ||
"tape": "^4.11.0", | ||
"tom-jumbo-grumbo": "git+ssh://git@github.com/PatentNavigation/tom-jumbo-grumbo.git#v1.0.2" | ||
"@types/node": "^16.3.3", | ||
"@types/tape": "^4.13.1", | ||
"@typescript-eslint/eslint-plugin": "^4.28.3", | ||
"@typescript-eslint/parser": "^4.28.3", | ||
"eslint": "^7.31.0", | ||
"tape": "^5.2.2", | ||
"tom-jumbo-grumbo": "git+ssh://git@github.com/PatentNavigation/tom-jumbo-grumbo.git#v1.0.2", | ||
"ts-node": "^10.1.0", | ||
"tsc-watch": "^4.4.0", | ||
"typescript": "^4.3.5" | ||
}, | ||
@@ -18,0 +42,0 @@ "repository": { |
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
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
17505
0
10
116
1