New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@garfish/utils

Package Overview
Dependencies
Maintainers
8
Versions
367
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 1.14.2 to 1.14.3-beta-20230314031220.0

2

dist/esm/index.js

@@ -184,3 +184,3 @@ // src/utils.ts

function isPrimitive(val) {
return val === null || typeof val === "string" || typeof val === "number" || typeof val === "bigint" || typeof val === "symbol" || typeof val === "boolean" || typeof val === "undefined";
return val === null || typeof val === "string" || typeof val === "number" || typeof val === "bigint" || typeof val === "symbol" || typeof val === "boolean" || typeof val === "undefined" || objectToString.call(val) === "[object RegExp]";
}

@@ -187,0 +187,0 @@ function filterUndefinedVal(ob) {

@@ -292,3 +292,3 @@ var __create = Object.create;

function isPrimitive(val) {
return val === null || typeof val === "string" || typeof val === "number" || typeof val === "bigint" || typeof val === "symbol" || typeof val === "boolean" || typeof val === "undefined";
return val === null || typeof val === "string" || typeof val === "number" || typeof val === "bigint" || typeof val === "symbol" || typeof val === "boolean" || typeof val === "undefined" || objectToString.call(val) === "[object RegExp]";
}

@@ -295,0 +295,0 @@ function filterUndefinedVal(ob) {

{
"name": "@garfish/utils",
"version": "1.14.2",
"version": "1.14.3-beta-20230314031220.0",
"description": "utils module.",

@@ -30,3 +30,3 @@ "keywords": [

"devDependencies": {
"@garfish/core": "1.14.2"
"@garfish/core": "1.14.3-beta-20230314031220.0"
},

@@ -33,0 +33,0 @@ "publishConfig": {

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