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.74 to 0.0.75

2

lib/amd/index.js

@@ -75,3 +75,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', '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, SolrQueryBuilder, qs, sortBy) { 'use strict';

// eslint-disable-next-line no-useless-escape
const validCaseNumberFormat = '/^\d{8}$/';
const validCaseNumberFormat = /^\d{8}$/;
if (caseNumber && caseNumber.match(validCaseNumberFormat)) {

@@ -78,0 +78,0 @@ return true;

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

// eslint-disable-next-line no-useless-escape
const validCaseNumberFormat = '/^\d{8}$/';
const validCaseNumberFormat = /^\d{8}$/;
if (caseNumber && caseNumber.match(validCaseNumberFormat)) {

@@ -41,0 +41,0 @@ return true;

{
"name": "@rh-support/utils",
"version": "0.0.74",
"version": "0.0.75",
"description": "> TODO: description",

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

"dependencies": {
"@rh-support/api": "^0.0.74",
"@rh-support/types": "^0.0.74",
"@rh-support/api": "^0.0.75",
"@rh-support/types": "^0.0.75",
"dot": "^1.1.3",

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

},
"gitHead": "4b935d2f2289e3be858c8f245bebd201dd9a9e0b"
"gitHead": "83873882cb4bdeb343a0a37c00c48fc896ca6a65"
}
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