Comparing version 1.0.7 to 1.0.8
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
30179
0