Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sweetui/sweet-mobile

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sweetui/sweet-mobile - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

package.json
{
"name": "@sweetui/sweet-mobile",
"version": "2.2.0",
"version": "2.2.1",
"description": "Sweet Mobile Core",

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

@@ -72,3 +72,3 @@ import axios from 'axios';

// 在server.config.js中寻找匹配前缀的代理
for (const [prefix, target] of Object.entries(this.OPTIONS.config.proxy)) {
for (const [prefix, target] of Object.entries(this.OPTIONS.config.proxy || {})) {
if (url.startsWith(prefix)) {

@@ -75,0 +75,0 @@ url = target + url.replace(prefix, '')

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