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

@garfish/utils

Package Overview
Dependencies
Maintainers
8
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@garfish/utils - npm Package Compare versions

Comparing version 0.0.9-alpha.8 to 0.0.9-alpha.12

2

dist/utils.cjs.js

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