Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "dice-mist", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A wrapper for the evaporate library allowing use in a web worker.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -12,2 +12,8 @@ export default abstract class MistBase { | ||
this.config = config; | ||
// default callbacks | ||
this.onStart = () => null; | ||
this.onProgress = () => null; | ||
this.onSuccess = () => null; | ||
this.onError = () => null; | ||
} | ||
@@ -14,0 +20,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
1260603
958