Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

valido

Package Overview
Dependencies
0
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.20 to 2.1.0

index.js

22

package.json
{
"name": "valido",
"version": "2.0.20",
"version": "2.1.0",
"description": "Check and validation library",
"main": "dist/index.js",
"main": "index.js",
"scripts": {
"test": "npm run transpile && mocha",
"deploy-patch": "npm version patch && npm publish && git add . && git commit -m",
"deploy-minor": "npm version minor && npm publish && git add . && git commit -m",
"deploy-major": "npm version major && npm publish && git add . && git commit -m",
"transpile": "babel src --retain-lines --out-dir dist --copy-files",
"test": "mocha",
"prepublish": "npm test"

@@ -33,12 +29,8 @@ },

"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"eslint": "^4.11.0",
"lodash": "^4.17.4",
"mocha": "^4.0.1",
"chai": "^4.2.0",
"eslint": "^5.6.1",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"mocha-eslint": "^4.1.0"
}
}

@@ -8,4 +8,2 @@ # Valido

[![Teamcity](https://teamcity.moooji.com/app/rest/builds/buildType:(id:Valido_Main)/statusIcon?guest=1)](https://teamcity.moooji.com/app/rest/builds/buildType:(id:Valido_Main)/statusIcon?guest=1)
## Installing

@@ -12,0 +10,0 @@ `npm install valido`

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

const chai = require("chai");
const valido = require("../dist/index");
const valido = require("../index");
const expect = chai.expect;
const predicateDir = path.join(__dirname, "../dist/predicates");
const predicateDir = path.join(__dirname, "../predicates");
const predicateTestsDir = path.join(__dirname, "./predicates");

@@ -13,0 +13,0 @@ const predicateFiles = fs.readdirSync(predicateDir);

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