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.1.5 to 0.1.6

2

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

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

"use strict";
const ERROR_TYPES = {
VALIDATION_ERRORS: "validation-errors"
VALIDATION_ERROR: "validation-error"
}

@@ -9,3 +9,3 @@

const validationError = (failures) => ({
type: ERROR_TYPES.VALIDATION_ERRORS,
type: ERROR_TYPES.VALIDATION_ERROR,
failures

@@ -12,0 +12,0 @@ })

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