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

@xiaobai-world/upload

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xiaobai-world/upload - npm Package Compare versions

Comparing version 0.0.61 to 0.0.62

2

package.json
{
"name": "@xiaobai-world/upload",
"version": "0.0.61",
"version": "0.0.62",
"description": "upload to xiaobai store",

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

@@ -0,1 +1,3 @@

#!/usr/bin/env node
const { login } = require("./login");

@@ -2,0 +4,0 @@ const { buildAndUpload } = require("./upload");

@@ -9,2 +9,6 @@ const prompts = require("prompts");

/**
* 登录
* @returns {email: string} | null
*/
async function login() {

@@ -11,0 +15,0 @@ console.log(chalk.green("Logining in..."));

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