@banked/node
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -5,2 +5,6 @@ # Changelog | ||
### [0.0.9](https://github.com/banked/banked-node/compare/v0.0.8...v0.0.9) (2020-03-14) | ||
### [0.0.8](https://github.com/banked/banked-node/compare/v0.0.5...v0.0.8) (2020-03-13) | ||
@@ -7,0 +11,0 @@ |
@@ -15,3 +15,3 @@ "use strict"; | ||
payload: _joi.default.string().required(), | ||
signature: _joi.default.string().length(64).alphanum().required(), | ||
signature: _joi.default.string().required(), | ||
time_range: _joi.default.object({ | ||
@@ -18,0 +18,0 @@ start: _joi.default.string().isoDate().required(), |
{ | ||
"name": "@banked/node", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Node.js library for the Banked API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -8,6 +8,3 @@ import Joi from "@hapi/joi"; | ||
payload: Joi.string().required(), | ||
signature: Joi.string() | ||
.length(64) | ||
.alphanum() | ||
.required(), | ||
signature: Joi.string().required(), | ||
time_range: Joi.object({ | ||
@@ -14,0 +11,0 @@ start: Joi.string() |
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
20141
412