New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

investec-openapi

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

investec-openapi - npm Package Compare versions

Comparing version 4.4.1 to 4.4.2

1

lib/InvestecOpenAPI.js

@@ -190,3 +190,2 @@ "use strict";

_a = (_b.sent()), access_token = _a.access_token, expires_in = _a.expires_in;
console.log({ access_token: access_token, expires_in: expires_in });
this.accessToken = access_token;

@@ -193,0 +192,0 @@ this.accessTokenExpiry = Date.now() + (expires_in - 30) * 1000;

2

package.json
{
"name": "investec-openapi",
"version": "4.4.1",
"version": "4.4.2",
"description": "A JavaScript/TypeScript wrapper to get up and running fast with Investec's Open API for programmable banking.",

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