@arms/rum-core
Advanced tools
Comparing version 0.0.25-beta.16 to 0.0.25-beta.17
@@ -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 @@ }, |
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
87923
76
2749