clientside-require
Advanced tools
Comparing version 3.8.3 to 3.9.1
{ | ||
"name": "clientside-require", | ||
"version": "3.8.3", | ||
"version": "3.9.1", | ||
"description": "require() modules, js, css, html, and json in the browser with as little effort as loading jquery", | ||
"main": "src/index.js", | ||
"main": "dist/bundle.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "browserify src/index.js -o dist/bundle.js", | ||
"test": "mocha" | ||
}, | ||
@@ -31,3 +32,9 @@ "repository": { | ||
"author": "UladKasach", | ||
"license": "AGPL-3.0" | ||
"license": "AGPL-3.0", | ||
"devDependencies": { | ||
"browserify": "^16.1.1", | ||
"jsdom": "^11.6.2", | ||
"mocha": "^5.0.4", | ||
"xmlhttprequest": "^1.8.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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
11
1
0
47751
4
3
0
2