clientside-require
Advanced tools
Comparing version 4.1.0 to 4.2.0
{ | ||
"name": "clientside-require", | ||
"version": "4.1.0", | ||
"version": "4.2.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", |
@@ -81,2 +81,3 @@ var basic_loaders = require("./basic.js"); | ||
pathname : anchor.pathname, | ||
pathdir : anchor.pathname.substring(0, anchor.pathname.lastIndexOf("/")) + "/", // path to this file without the filename | ||
}; | ||
@@ -83,0 +84,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
115819
1353