@arms/rum-core
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -16,5 +16,5 @@ "use strict"; | ||
} | ||
callback.apply(target, args); | ||
callback.apply(this, args); | ||
if (registeredMethod) { | ||
return registeredMethod.apply(target, args); | ||
return registeredMethod.apply(this, args); | ||
} | ||
@@ -21,0 +21,0 @@ }; |
{ | ||
"name": "@arms/rum-core", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "arms rum javascript sdk core", | ||
@@ -5,0 +5,0 @@ "author": "guangli.fj <guangli.fj@alibaba-inc.com>", |
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
40887