@garfish/utils
Advanced tools
Comparing version 0.0.9-alpha.8 to 0.0.9-alpha.12
@@ -316,3 +316,3 @@ 'use strict'; | ||
const type = Object.prototype.toString.call(val); | ||
return type.slice(1, type.length - 8).toLowerCase(); | ||
return type.slice(8, type.length - 1).toLowerCase(); | ||
} | ||
@@ -319,0 +319,0 @@ function inBrowser() { |
@@ -311,3 +311,3 @@ 'use strict'; | ||
const type = Object.prototype.toString.call(val); | ||
return type.slice(1, type.length - 8).toLowerCase(); | ||
return type.slice(8, type.length - 1).toLowerCase(); | ||
} | ||
@@ -314,0 +314,0 @@ function inBrowser() { |
@@ -312,3 +312,3 @@ // 保存一些原始的属性 | ||
const type = Object.prototype.toString.call(val); | ||
return type.slice(1, type.length - 8).toLowerCase(); | ||
return type.slice(8, type.length - 1).toLowerCase(); | ||
} | ||
@@ -315,0 +315,0 @@ function inBrowser() { |
@@ -312,3 +312,3 @@ // 保存一些原始的属性 | ||
const type = Object.prototype.toString.call(val); | ||
return type.slice(1, type.length - 8).toLowerCase(); | ||
return type.slice(8, type.length - 1).toLowerCase(); | ||
} | ||
@@ -315,0 +315,0 @@ function inBrowser() { |
@@ -318,3 +318,3 @@ (function (global, factory) { | ||
const type = Object.prototype.toString.call(val); | ||
return type.slice(1, type.length - 8).toLowerCase(); | ||
return type.slice(8, type.length - 1).toLowerCase(); | ||
} | ||
@@ -321,0 +321,0 @@ function inBrowser() { |
{ | ||
"name": "@garfish/utils", | ||
"version": "0.0.9-alpha.8", | ||
"version": "0.0.9-alpha.12", | ||
"description": "utils module.", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a19c8cb00abae9bc8ac46b5f5bf9c012142c8856" | ||
"gitHead": "292c38177417637942c18a1a5d93a5ca6e7b37cf" | ||
} |
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
215273