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

citi-oauth

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

citi-oauth - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

lib/index.js

@@ -23,4 +23,4 @@ "use strict";

scope: scope || 'pay_with_points',
countryCode: (countryCode || 'sg').toLowerCase(),
businessCode: 'GCB'.toLowerCase(),
countryCode: (countryCode || 'sg').toUpperCase(),
businessCode: 'GCB'.toUpperCase(),
locale: 'en_US',

@@ -27,0 +27,0 @@ state: state || '',

{
"name": "citi-oauth",
"version": "0.2.1",
"version": "0.2.2",
"description": "citi oauth typescript version",

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

Sorry, the diff of this file is not supported yet

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