Socket
Socket
Sign inDemoInstall

@epistemology-factory/crocks-web

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epistemology-factory/crocks-web - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

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

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

@@ -25,6 +25,13 @@ "use strict";

const aValidationError = (failures) =>
allOf(
anError(ERROR_TYPES.VALIDATION_ERROR),
failures
)
module.exports = {
anError,
anInvalidEnvVar,
aMissingEnvVar
aMissingEnvVar,
aValidationError
}
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