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.10 to 1.0.11

4

api.js
// 会员单位申请
import request from '@/http'
const isPro = window.location.origin.slice(-3) === 'com'
const isProduction = process.env.NODE_NAME === "production";

@@ -11,3 +11,3 @@ let url//会员中心

if (isPro) {
if (isProduction) {
url = 'https://gateway.shigongbang.com/memberCenter'

@@ -14,0 +14,0 @@ hyUrl = 'https://gateway.shigongbang.com/sgb-member'

@@ -1,2 +0,2 @@

const isPro = window.location.origin.slice(-3) === 'com'
const isProduction = process.env.NODE_NAME === "production";

@@ -6,3 +6,3 @@ let url;//个人中心

if (isPro) {
if (isProduction) {
url = "https://shangpin.jingyingbang.com";

@@ -9,0 +9,0 @@ hyUrl = "https://vip.jingyingbang.com";

{
"name": "vue-join-dialog",
"version": "1.0.10",
"version": "1.0.11",
"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