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.71 to 0.0.72

2

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

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

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

// npm run build
const cmd = `npm run build -- --logLevel=all --manifest --base=${pathRes.data}/`;
const cmd = `npm run build -- --logLevel=all --manifest --base=${process.env.xiaobai_base || ''}${pathRes.data}/`;
console.log("cmd is:", cmd);

@@ -130,0 +130,0 @@ const execRes = execSync(cmd, {

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