Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "stringsoup", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A package to help finding the best known string match amongst a soup of input strings", | ||
"type": "module", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib/**/*", | ||
"!**/*test*", | ||
"!data" | ||
], | ||
"scripts": { | ||
"build": "tsc", | ||
"clean": "rm -rf dist", | ||
"publish": "npm run clean && npm run build && cp package.json dist && cp .npmignore dist && cp README.md dist && cd dist && npm publish", | ||
"clean": "rm -rf lib", | ||
"publish": "npm run clean && npm run build && npm publish", | ||
"test": "jest" | ||
@@ -12,0 +18,0 @@ }, |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
18594
7
1
1