Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dat-registry

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dat-registry - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

.travis.yml

8

index.js
var Township = require('township-client')
var qs = require('querystring')
var nets = require('nets')
var xtend = require('xtend')
var xtend = Object.assign

@@ -44,9 +44,9 @@ module.exports = API

resetPassword: function (input, cb) {
nets({method: 'POST', uri: api + '/password-reset', body: input, json: true}, cb)
nets({ method: 'POST', uri: api + '/password-reset', body: input, json: true }, cb)
},
resetPasswordConfirmation: function (input, cb) {
nets({method: 'POST', uri: api + '/password-reset-confirm', body: input, json: true}, cb)
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)
nets({ method: 'PUT', uri: api + '/users/suspend', body: input, json: true }, cb)
}

@@ -53,0 +53,0 @@ })

{
"name": "dat-registry",
"version": "4.0.0",
"version": "4.0.1",
"description": "dat registry api",

@@ -30,9 +30,8 @@ "main": "index.js",

"nets": "^3.2.0",
"township-client": "^1.3.1",
"xtend": "^4.0.1"
"township-client": "^1.3.2"
},
"devDependencies": {
"dependency-check": "^2.9.1",
"standard": "^10.0.3"
"dependency-check": "^3.3.0",
"standard": "^12.0.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc