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

@arms/rum-core

Package Overview
Dependencies
Maintainers
0
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.25-beta.16 to 0.0.25-beta.17

es/index.d.ts

2

es/utils/is.js

@@ -29,3 +29,3 @@ export function isTypeof(value, type) {

export var isNull = function isNull(value) {
return isTypeof(value, 'null');
return value === null;
};

@@ -32,0 +32,0 @@ export var isObject = function isObject(value) {

@@ -36,3 +36,3 @@ "use strict";

var isNull = exports.isNull = function isNull(value) {
return isTypeof(value, 'null');
return value === null;
};

@@ -39,0 +39,0 @@ var isObject = exports.isObject = function isObject(value) {

{
"name": "@arms/rum-core",
"version": "0.0.25-beta.16",
"version": "0.0.25-beta.17",
"description": "arms rum javascript sdk core",

@@ -23,2 +23,3 @@ "author": "guangli.fj <guangli.fj@alibaba-inc.com>",

"build": "build-scripts build --skip-demo",
"prepublishOnly": "npm run build",
"test": "node ./__tests__/@arms/core.test.js"

@@ -25,0 +26,0 @@ },

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