Socket
Socket
Sign inDemoInstall

@12stonechurch/omnihive-worker-common

Package Overview
Dependencies
Maintainers
5
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@12stonechurch/omnihive-worker-common - npm Package Compare versions

Comparing version 2.0.101 to 2.0.102

8

models/custom-worker-returns/graph/contacts/GetExtendedContactReturn.js

@@ -49,15 +49,15 @@ "use strict";

.string()
.pattern(/^[a-zA-Z ]+$/, { name: "alpha characters" })
.pattern(/^[a-zA-Z -]+$/, { name: "alpha characters" })
.required(),
lastName: joi_1.default
.string()
.pattern(/^[a-zA-Z ]+$/, { name: "alpha characters" })
.pattern(/^[a-zA-Z -]+$/, { name: "alpha characters" })
.required(),
nickname: joi_1.default
.string()
.pattern(/^[a-zA-Z ]+$/, { name: "alpha characters" })
.pattern(/^[a-zA-Z -]+$/, { name: "alpha characters" })
.required(),
displayName: joi_1.default
.string()
.pattern(/^[a-zA-Z, ]+$/, { name: "alpha characters" })
.pattern(/^[a-zA-Z, -]+$/, { name: "alpha characters" })
.required(),

@@ -64,0 +64,0 @@ dateOfBirth: joi_1.default.date().allow(null).optional(),

{
"name": "@12stonechurch/omnihive-worker-common",
"version": "2.0.101",
"version": "2.0.102",
"description": "OmniHive Custom Function package",

@@ -27,4 +27,4 @@ "license": "MIT",

"dependencies": {
"@12stonechurch/omnihive-worker-cloudinary": "2.0.101",
"@12stonechurch/omnihive-worker-elastic": "2.0.101",
"@12stonechurch/omnihive-worker-cloudinary": "2.0.102",
"@12stonechurch/omnihive-worker-elastic": "2.0.102",
"@withonevision/omnihive-client": "6.2.54",

@@ -31,0 +31,0 @@ "@withonevision/omnihive-core": "6.2.54",

Sorry, the diff of this file is not supported yet

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