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

4

lib/index.js

@@ -162,6 +162,6 @@ 'use strict';

return getNTag().then(request).catch(function () {
return response;
return validateStatus(response);
});
}
return response;
return validateStatus(response);
});

@@ -168,0 +168,0 @@ }

{
"name": "nordnet-next-api",
"version": "3.1.0",
"version": "3.1.1",
"description": "Nordnet nExt API Javascript client",

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

@@ -125,5 +125,7 @@ import es6Promise from 'es6-promise';

if (response.status === HTTP_FORBIDDEN) {
return getNTag().then(request).catch(() => response);
return getNTag()
.then(request)
.catch(() => validateStatus(response));
}
return response;
return validateStatus(response);
});

@@ -130,0 +132,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