Socket
Socket
Sign inDemoInstall

@springworks/input-validator

Package Overview
Dependencies
Maintainers
2
Versions
448
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springworks/input-validator - npm Package Compare versions

Comparing version 3005.162.3 to 3005.192.0

2

build/main.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.validateSchema = exports.registrationNumber = exports.objectId = exports.joi = void 0;
const error_factory_1 = require("@springworks/error-factory");
const joi = require("joi");
exports.joi = joi;
const error_factory_1 = require("@springworks/error-factory");
const OBJECTID_REGEX = /^[0-9a-fA-F]{24}$/;

@@ -8,0 +8,0 @@ function objectId() {

{
"name": "@springworks/input-validator",
"version": "3005.162.3",
"version": "3005.192.0",
"description": "Simple module to validate input parameters.",

@@ -12,3 +12,3 @@ "main": "build/main.js",

"dependencies": {
"@springworks/error-factory": "3005.162.3",
"@springworks/error-factory": "3005.192.0",
"joi": "^17.6.0"

@@ -25,3 +25,3 @@ },

"homepage": "https://github.com/Springworks/m2h-mono/tree/master/packages/input-validator#readme",
"gitHead": "4e1e40743bced8c77cd2aaf6d691bc5e23ebba59"
"gitHead": "990085cde7220b1ba2c2506d7aee3ccf6502ffff"
}

Sorry, the diff of this file is not supported yet

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