@ckirby/longest-common-substring
Advanced tools
Comparing version 1.4.0 to 1.4.4
{ | ||
"name": "@ckirby/longest-common-substring", | ||
"version": "1.4.0", | ||
"version": "1.4.4", | ||
"description": "find the longest string that is a substring of two strings", | ||
@@ -12,9 +12,14 @@ "main": "index.js", | ||
"eslint-plugin-turbopatent": "^3.0.2", | ||
"parcel-bundler": "^1.11.0", | ||
"tape": "^4.9.1" | ||
}, | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"umd" | ||
], | ||
"scripts": { | ||
"test": "tape tests/*-test.js && yarn lint", | ||
"clean": "rm -rf umd", | ||
"build": "parcel build index.js --out-dir umd --out-file lcs.min.js --global longestCommonSubstring", | ||
"prepublish": "yarn clean && yarn build", | ||
"lint": "eslint ." | ||
@@ -21,0 +26,0 @@ }, |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
30115
4
168
4
2
2