dat-registry
Advanced tools
Comparing version 3.0.3 to 3.1.0
@@ -48,2 +48,5 @@ var Township = require('township-client') | ||
nets({method: 'POST', uri: api + '/password-reset-confirm', body: input, json: true}, cb) | ||
}, | ||
suspend: function (input, cb) { | ||
nets({method: 'PUT', uri: api + '/users/suspend', body: input, json: true}, cb) | ||
} | ||
@@ -50,0 +53,0 @@ }) |
{ | ||
"name": "dat-registry", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "dat registry api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8020
80