Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "redisuri", | ||
"description": "Validate and parse Redis URI connection schemes", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "AgileMD <hello@agilemd.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -31,2 +31,3 @@ var chai = require('chai'); | ||
chai.expect(function () { return redisURI.validate(_uri); }).to.not.throw(Error); | ||
chai.expect(redisURI.validate(_uri)).to.equal(_uri); | ||
}); | ||
@@ -33,0 +34,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
5945
68