lockandload
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "lockandload", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Minimalist AMD-compliant Javascript and CSS loader", | ||
@@ -5,0 +5,0 @@ "main": "index.html", |
@@ -207,3 +207,4 @@ <h1>lockandload AMD-loader</h1> | ||
If you use `"require"` in your dependencylist, you get a reference to the | ||
internal require-module. It supports the following functionality: | ||
internal require-module (which behaves identical to the global `require()`). | ||
It supports the following functionality: | ||
- `require(id)`<br /> | ||
@@ -210,0 +211,0 @@ Returns a reference to the exports of module `id`. Beware: |
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
46065
305