Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@arms/rum-core

Package Overview
Dependencies
Maintainers
5
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arms/rum-core - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

4

lib/utils/base.js

@@ -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>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc