@htmlguyllc/jpack
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -220,3 +220,3 @@ import axios from 'axios'; | ||
if( typeof callback !== "function" ) throw `${callback} is not a function`; | ||
if( typeof this._onSuccess === "undefined" ) this._onError = []; | ||
if( typeof this._onSuccess === "undefined" ) this._onSuccess = []; | ||
this._onSuccess.push(callback); | ||
@@ -223,0 +223,0 @@ return this; |
{ | ||
"name": "@htmlguyllc/jpack", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Core Javascript Library of Everyday Objects, Events, and Utilities", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
251328