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

wucpeng-tools

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wucpeng-tools - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

lib/rsaMd5Sign.js

3

index.js

@@ -7,2 +7,3 @@ module.exports.holiday = require('./lib/holiday.js');

module.exports.areaJS = require('./lib/area.js');
module.exports.passwdCode = require('./lib/passwdCode.js');
module.exports.passwdCode = require('./lib/passwdCode.js');
module.exports.rsaMd5Sign = require('./lib/rsaMd5Sign.js');
{
"name": "wucpeng-tools",
"version": "1.0.9",
"version": "1.0.10",
"description": "time date holiday lunar",

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

@@ -72,3 +72,12 @@ ## wucpeng-tools ##

## Feature rsaMd5Sign ##
const tools = require('wucpeng-tools');
const rsaMd5Sign = tools.rsaMd5Sign;
功能 | 变量 | 参数 | 返回值
-----|------|-----|-----
对序列化rsa加密 | getRsaSignArray | params, privateKey | string
对象序列化 | packageParams | options | array
签名验证 | verifyRsa | options, sig, priKey, pubKey | boolean
## Feature zip ##

@@ -75,0 +84,0 @@ const tools = require('wucpeng-tools');

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