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

payjp

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

payjp - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

1

built/balance.d.ts

@@ -8,2 +8,3 @@ import Resource from './resource';

retrieve(id: string): Promise<I.Balance>;
statementUrls(id: string, query?: I.StatementUrlOptions): Promise<I.StatementUrl>;
}

@@ -16,3 +16,6 @@ "use strict";

}
statementUrls(id, query = {}) {
return this.request('POST', `${this.resource}/${id}/statement_urls`, query);
}
}
exports.default = Balances;

@@ -53,2 +53,3 @@ import Accounts from './account';

tenant?: string;
term?: string;
}

@@ -55,0 +56,0 @@ export interface CustomerSubscriptionListOptions extends ListOptions {

2

package.json
{
"name": "payjp",
"version": "2.2.0",
"version": "2.2.1",
"description": "PAY.JP node.js bindings",

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