strikethrough-js
Advanced tools
Comparing version 1.3.2 to 2.0.0
{ | ||
"name": "strikethrough-js", | ||
"version": "1.3.2", | ||
"version": "2.0.0", | ||
"description": "Manipulate strikethrough chars in Javascript", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "babel src --out-dir lib --ignore src/test", | ||
"prepare": "npm run build", | ||
"test": "jest" | ||
@@ -25,8 +27,15 @@ }, | ||
"devDependencies": { | ||
"jest": "^23.6.0", | ||
"pre-commit": "^1.2.2" | ||
"@babel/cli": "^7.10.1", | ||
"@babel/core": "^7.10.2", | ||
"@babel/node": "^7.10.1", | ||
"@babel/preset-env": "^7.10.2", | ||
"husky": "^4.2.5", | ||
"jest": "^26.0.1" | ||
}, | ||
"pre-commit": [ | ||
"test" | ||
] | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm test", | ||
"pre-push": "npm test" | ||
} | ||
} | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
12829
12
6
111
1
1