Comparing version 0.0.7 to 0.0.8
@@ -83,3 +83,5 @@ var asap = require('asap'); | ||
this._callSubscribers(models); | ||
asap(cb); | ||
if(cb) { | ||
asap(cb); | ||
} | ||
}, | ||
@@ -86,0 +88,0 @@ /** |
{ | ||
"name": "data-cache", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "cache.js", |
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
57959
572