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

alipay-bills

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alipay-bills - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

10

libs/index.js

@@ -98,7 +98,7 @@ "use strict";

time: jQuery(tds[0]).find('.time-h').text().trim(),
name: jQuery(tds[1]).find('a').text().trim(),
orderNo: jQuery(tds[2]).text().trim(),
target: jQuery(tds[3]).text().trim(),
amount: jQuery(tds[4]).text().trim(),
status: jQuery(tds[5]).text().trim()
name: jQuery(tds[2]).find('a').text().trim(),
orderNo: jQuery(tds[3]).text().trim(),
target: jQuery(tds[4]).text().trim(),
amount: jQuery(tds[5]).text().trim(),
status: jQuery(tds[7]).text().trim()
});

@@ -105,0 +105,0 @@ });

{
"name": "alipay-bills",
"version": "0.1.0",
"version": "0.1.1",
"description": "自动获取支付宝的账单信息。",

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

@@ -28,3 +28,3 @@ # alipay-bills

// target: string - 对应「我的账单高级版」的「对方」
// amount: string - 对应「我的账单高级版」的「金额|明细」
// amount: string - 对应「我的账单高级版」的「金额」
// status: string - 对应「我的账单高级版」的「状态」

@@ -31,0 +31,0 @@ //}

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