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 3.0.3 to 3.1.0

3

index.js

@@ -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 @@ })

2

package.json
{
"name": "dat-registry",
"version": "3.0.3",
"version": "3.1.0",
"description": "dat registry api",

@@ -5,0 +5,0 @@ "main": "index.js",

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