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.16 to 1.0.17

8

api.js
// 会员单位申请
import request from './http'
const isProduction = process.env.VUE_APP_NAME === "production";
const isPre = process.env.VUE_APP_NAME === "pre";
const environment = process.env.VUE_APP_NAME || env[process.env.environment].VUE_APP_NAME
const isProduction = environment === "production";
const isPre = environment === "pre";
let url//会员中心

@@ -8,0 +10,0 @@ let hyUrl//会员

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