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

dnt-connect

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnt-connect - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/dnt-connect.js

@@ -46,3 +46,3 @@ // Generated by CoffeeScript 1.6.3

Connect.prototype.getUrl = function(type, redirectUrl) {
return ['http://www.turistforeningen.no/connect/', type, '/?client=', this.client, '&data=', this.encryptJSON(this.getPayload(redirectUrl))].join('');
return ['https://www.turistforeningen.no/connect/', type, '/?client=', this.client, '&data=', this.encryptJSON(this.getPayload(redirectUrl))].join('');
};

@@ -49,0 +49,0 @@

{
"name": "dnt-connect",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node.JS library for DNT's single sign on service DNT Connect",

@@ -5,0 +5,0 @@ "main": "lib/dnt-connect.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