clientside-require
Advanced tools
Comparing version 4.2.0 to 4.3.0
{ | ||
"name": "clientside-require", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "Node.js style require() statements in the browser. Load npm modules, js, html, css, json without any bundling.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -63,2 +63,3 @@ /* | ||
} catch (err){ | ||
console.error(err); | ||
throw (err); | ||
@@ -65,0 +66,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
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
115851
1354