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

abl-utils

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abl-utils - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10

2

package.json
{
"name": "abl-utils",
"title": "ABL - utils",
"version": "0.4.9",
"version": "0.4.10",
"license": "MIT",

@@ -6,0 +6,0 @@ "description": "description",

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

export function setStatus(clean, query, constructor) {
const status = isType(query.status, "Object") ? query.status[constructor.displayName.toLowerCase()] : query.status;
const status = isType(query.status, "Object") ? query.status[constructor.name.slice(0, -10).toLowerCase()] : query.status;
if (status !== "all") {

@@ -23,0 +23,0 @@ Object.assign(clean, {status: constructor.statuses[status in constructor.statuses ? status : "active"]});

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