Socket
Socket
Sign inDemoInstall

@epistemology-factory/crocks-web

Package Overview
Dependencies
7
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.5 to 0.3.6

2

package.json
{
"name": "@epistemology-factory/crocks-web",
"version": "0.3.5",
"version": "0.3.6",
"description": "Functions to help write web applications with crocks",

@@ -5,0 +5,0 @@ "scripts": {

@@ -32,2 +32,11 @@ "use strict";

const isIntStringFailure = (path, value) => {
return aValidationFailure(
path,
CONSTRAINTS.IS_INT_STRING,
DEFAULT_MESSAGES[CONSTRAINTS.IS_INT_STRING],
value
);
}
const isStringFailure = (path, value) => {

@@ -45,4 +54,5 @@ return aValidationFailure(

isDefinedFailure,
isIntStringFailure,
isObjectFailure,
isStringFailure
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc