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

@validatem/validation-result

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@validatem/validation-result - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

example.js

@@ -5,3 +5,3 @@ "use strict";

const ValidationError = require("@validatem/error");
const { validateValue } = require("@validatem/core"); /* FIXME: Add to devDeps */
const { validateValue } = require("@validatem/core");

@@ -8,0 +8,0 @@ function nonsenseValidator(value) {

{
"name": "@validatem/validation-result",
"description": "Utility for creating a 'validation result', ie. an object that represents zero or more errors and an optional result value",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",

@@ -13,4 +13,5 @@ "repository": "http://git.cryto.net/validatem/validation-result.git",

"devDependencies": {
"@validatem/core": "^0.3.1",
"@validatem/error": "^1.0.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