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.66 to 0.0.67

2

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

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

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

try {
const css = mainifest["index.html"].css;
await axios.post(

@@ -167,3 +168,5 @@ `${base}/store/setTestAppEntry`,

jsEntry: path.join(pathRes.data, mainifest["index.html"].file),
css: mainifest["index.html"].css.map((p) => path.join(pathRes.data, p)),
css: Array.isArray(css)
? css.map((p) => path.join(pathRes.data, p))
: [],
version: package.version,

@@ -180,4 +183,3 @@ name: package.name,

} catch (e) {
console.error(e)
console.error(e.response.data);
console.error(e);
}

@@ -184,0 +186,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