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

nordnet-next-api

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nordnet-next-api - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

3

lib/index.js

@@ -58,2 +58,5 @@ 'use strict';

}
if (options.clientId) {
defaultHeaders['client-id'] = options.clientId;
}
}

@@ -60,0 +63,0 @@

2

package.json
{
"name": "nordnet-next-api",
"version": "4.0.0",
"version": "4.1.0",
"description": "Nordnet nExt API Javascript client",

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

@@ -126,2 +126,3 @@ # Nordnet nExt API Javascript client

* `nTag` set initial nTag value
* `clientId` set the client-id default header

@@ -128,0 +129,0 @@ ### Passing path parameters

@@ -34,2 +34,5 @@ import es6Promise from 'es6-promise';

}
if (options.clientId) {
defaultHeaders['client-id'] = options.clientId;
}
}

@@ -36,0 +39,0 @@

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