Socket
Socket
Sign inDemoInstall

lljypt

Package Overview
Dependencies
48
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

12

dist/index.js

@@ -16,2 +16,12 @@ 'use strict';

}
charge(phone, product, outTradeNo) {
return __awaiter(this, void 0, void 0, function* () {
return api.charge(this.option, phone, product, outTradeNo);
});
}
queryOrder(outTradeNo) {
return __awaiter(this, void 0, void 0, function* () {
return api.queryOrder(this.option, outTradeNo);
});
}
getBalance() {

@@ -23,3 +33,5 @@ return __awaiter(this, void 0, void 0, function* () {

}
var api_1 = require("./lib/api");
exports.Status = api_1.Status;
exports.default = Lljypt;
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "lljypt",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc