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

vue-join-dialog

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-join-dialog - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

6

api.js

@@ -5,2 +5,3 @@ // 会员单位申请

const isProduction = process.env.VUE_APP_NAME === "production";
const isPre = process.env.VUE_APP_NAME === "pre";

@@ -17,2 +18,7 @@ let url//会员中心

mUrl = 'https://gateway.shigongbang.com/sgb-meta-design'
}else if (isPre) {
url = 'https://api.jingyingbang.net/memberCenter'
hyUrl = 'https://api.jingyingbang.net/sgb-member'
zcUrl = 'https://api.jingyingbang.net/sgb-zhaocai'
mUrl = 'https://api.jingyingbang.net/sgb-meta-design'
} else {

@@ -19,0 +25,0 @@ url = 'https://api.sgbwl.com/memberCenter'

4

link.js
const isProduction = process.env.VUE_APP_NAME === "production";
const isPre = process.env.VUE_APP_NAME === "pre";

@@ -9,2 +10,5 @@ let url;//个人中心

hyUrl = "https://vip.jingyingbang.com";
} else if (isPre) {
url = "https://shangpin.jingyingbang.net";
hyUrl = "https://vip.jingyingbang.net";
} else {

@@ -11,0 +15,0 @@ url = "https://dev.gcw.net";

2

package.json
{
"name": "vue-join-dialog",
"version": "1.0.14",
"version": "1.0.15",
"description": "",

@@ -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