Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@springworks/input-validator

Package Overview
Dependencies
Maintainers
1
Versions
449
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 3.1.0 to 3.1.1

2

index.js

@@ -119,3 +119,3 @@ 'use strict';

};
var validated = joi.validate(params, schema, defaults(default_options, opt_options));
var validated = joi.validate(params, schema, defaults({}, opt_options, default_options));

@@ -122,0 +122,0 @@ if (validated.error) {

{
"name": "@springworks/input-validator",
"version": "3.1.0",
"version": "3.1.1",
"description": "Module to help validate and filter input parameters.",

@@ -5,0 +5,0 @@ "main": "index.js",

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