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

valido

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

valido - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

package.json
{
"name": "valido",
"version": "1.0.7",
"version": "1.0.8",
"description": "Validation provider",
"main": "dist/main.js",
"scripts": {
"test": "mocha",
"test": "./node_modules/.bin/babel src -d dist && mocha",
"build": "./node_modules/.bin/babel src -d dist"

@@ -9,0 +9,0 @@ },

@@ -7,6 +7,6 @@ 'use strict';

const chai = require('chai');
const valido = require('../src/main');
const valido = require('../dist/main');
const expect = chai.expect;
const validatorDir = path.join(__dirname, '../src/validators');
const validatorDir = path.join(__dirname, '../dist/validators');
const validatorFiles = fs.readdirSync(validatorDir);

@@ -13,0 +13,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