receptacle
Advanced tools
Comparing version 1.0.5 to 1.1.0
{ | ||
"name": "receptacle", | ||
"description": "In memory cache lru cache with ttl support.", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"author": "Dylan Piercey <pierceydylan@gmail.com>", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/DylanPiercey/receptacle/issues", |
@@ -58,3 +58,3 @@ <h1 align="center"> | ||
define(['receptacle'], function (receptacle) {...}) // AMD | ||
window.receptacle // Global rill if no module system in place. | ||
window.receptacle // Global receptacle if no module system in place. | ||
</script> | ||
@@ -61,0 +61,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
10879