Socket
Socket
Sign inDemoInstall

dia

Package Overview
Dependencies
104
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

9

lib/dia.js

@@ -202,3 +202,3 @@ //

, timestamp: timestamp
, email: 'user@example.com'
, email: dia.manifest.id + '999' + '@example.com'
, token: token

@@ -222,3 +222,6 @@ , 'nav-data': ''

// Follow the redirect URL and verify that a 200 is returned.
var getUrl = response.request.uri.protocol + '//' + response.request.uri.host + response.headers.location;
var getUrl = response.headers.location;
if (getUrl.indexOf('http') < 0) {
getUrl = response.request.uri.protocol + '//' + response.request.uri.host + response.headers.location;
}

@@ -437,3 +440,3 @@ request.get(getUrl, function(err, response) {

var opts = {
uri: dia.manifest.api.test.base_url + '/' + dia.id || 0
uri: dia.manifest.api.test.base_url + '/' + dia.id
, method: 'DELETE'

@@ -440,0 +443,0 @@ , auth: {

{
"name": "dia",
"version": "0.0.2",
"version": "0.0.3",
"description": "Modulus add-on test utility.",

@@ -5,0 +5,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc