@salesflare/joi
Advanced tools
Comparing version 1.0.8 to 2.0.0
const Joi = require('../index.js'); | ||
describe('joi', function () { | ||
it('is our custom Joi', function () { | ||
it('has the phonenumber rule', function () { | ||
expect(Joi.string().phoneNumber).toBeInstanceOf(Function); | ||
}); | ||
}); |
{ | ||
"name": "@salesflare/joi", | ||
"version": "1.0.8", | ||
"version": "2.0.0", | ||
"description": "Salesflare's Joi", | ||
@@ -42,3 +42,3 @@ "homepage": "https://github.com/Salesflare/joi", | ||
"dependencies": { | ||
"joi": "11.3.4", | ||
"joi": "12.0.0", | ||
"joi-phone-number": "1.0.6" | ||
@@ -48,8 +48,8 @@ }, | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.1.0", | ||
"eslint": "^4.9.0", | ||
"eslint-config-xo-space": "^0.16.0", | ||
"jest": "^21.0.0", | ||
"jest-cli": "^21.0.0", | ||
"nsp": "^2.8.0" | ||
"nsp": "^2.8.1" | ||
} | ||
} |
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
2820
+ Addedjoi@12.0.0(transitive)
- Removedjoi@11.3.4(transitive)
Updatedjoi@12.0.0