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

@rh-support/utils

Package Overview
Dependencies
Maintainers
5
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rh-support/utils - npm Package Compare versions

Comparing version 0.0.83 to 0.0.84

2

lib/amd/index.js

@@ -77,3 +77,3 @@ define(['exports', 'lodash/isEmpty', 'lodash/includes', 'lodash/filter', 'lodash/forEach', 'lodash/map', 'lodash/isFunction', 'lodash/reduce', 'lodash/concat', 'lodash/merge', 'js-markdown-extra', 'lodash/assign', 'lodash/get', 'lodash/isString', 'marked', 'lodash/orderBy', 'lodash/remove', 'lodash/find', 'solr-query-builder', 'qs', 'lodash/sortBy'], function (exports, isEmpty, includes, filter, forEach, map, isFunction, reduce, concat, merge, jsMarkdownExtra, assign, get, isString, marked, orderBy, filter$1, find, SolrQueryBuilder, qs, sortBy) { 'use strict';

const validCaseNumberFormat = /^\d{8}$/;
if (caseNumber && caseNumber.match(validCaseNumberFormat)) {
if (caseNumber && (caseNumber.trim()).match(validCaseNumberFormat)) {
return true;

@@ -80,0 +80,0 @@ }

@@ -39,3 +39,3 @@ import includes from 'lodash/includes';

const validCaseNumberFormat = /^\d{8}$/;
if (caseNumber && caseNumber.match(validCaseNumberFormat)) {
if (caseNumber && (caseNumber.trim()).match(validCaseNumberFormat)) {
return true;

@@ -42,0 +42,0 @@ }

{
"name": "@rh-support/utils",
"version": "0.0.83",
"version": "0.0.84",
"description": "> TODO: description",

@@ -57,4 +57,4 @@ "author": "Vikas Rathee <vrathee@redhat.com>",

"dependencies": {
"@rh-support/api": "^0.0.83",
"@rh-support/types": "^0.0.83",
"@rh-support/api": "^0.0.84",
"@rh-support/types": "^0.0.84",
"dot": "^1.1.3",

@@ -75,3 +75,3 @@ "hydrajs": "git+https://gitlab.cee.redhat.com/redhataccess/hydrajs.git#2.0.37",

},
"gitHead": "18f71eac5a86e4586553b4f71eff30bed5a88480"
"gitHead": "7f9f07214b808d6fa33e5c7c076f1ecb947e9308"
}
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