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

@robobanky/adaptors

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@robobanky/adaptors - npm Package Compare versions

Comparing version 1.4.15 to 1.4.16

1

dist/oauth-helpers/oauth-datamodel.d.ts

@@ -10,2 +10,3 @@ import { BankingProviders, EpochDatetime } from '../robobanky';

export declare type OauthSession = {
sessionId: string;
dateRefreshed: EpochDatetime;

@@ -12,0 +13,0 @@ customerId: string;

2

package.json
{
"name": "@robobanky/adaptors",
"version": "1.4.15",
"version": "1.4.16",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "src/index.ts",

@@ -12,2 +12,3 @@ import { BankingProviders, EpochDatetime } from '../robobanky'

export type OauthSession = {
sessionId: string
dateRefreshed: EpochDatetime

@@ -14,0 +15,0 @@ customerId: string

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