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

bili-sapp-cli

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bili-sapp-cli - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

4

index.js

@@ -140,3 +140,3 @@ #!/usr/bin/env node

}
if (!/^[\da-zA-Z]+\.[\da-zA-Z]+\.[\da-zA-Z]+$/.test(version)) {
if (!/^([1-9]\d{1,2}|\d)\.([1-9]\d{1,2}|\d)\.([1-9]\d{1,2}|\d)$/.test(version)) {
console.log('version版本号非法');

@@ -174,3 +174,3 @@ return;

}
if (!/^[\da-zA-Z]+\.[\da-zA-Z]+\.[\da-zA-Z]+$/.test(version)) {
if (!/^([1-9]\d{1,2}|\d)\.([1-9]\d{1,2}|\d)\.([1-9]\d{1,2}|\d)$/.test(version)) {
console.log('version版本号非法');

@@ -177,0 +177,0 @@ return;

@@ -37,3 +37,3 @@ const path = require('path');

// 完成拿到在线zip地址,生成二维码展现在终端
const url = `https://miniapp.bilibili.com/applet/debug/${appId}?url=${encodeURIComponent(body.url)}`;
const url = `https://miniapp.bilibili.com/applet/predev-${appId}?_biliFrom=testdev`;
qrcode.generate(url);

@@ -40,0 +40,0 @@ console.log('二维码地址:' + url);

{
"name": "bili-sapp-cli",
"version": "0.0.23",
"version": "0.0.24",
"description": "Bilibili Small App Cli",

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