Socket
Socket
Sign inDemoInstall

snowui

Package Overview
Dependencies
28
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.119 to 1.4.120

2

package.json
{
"name": "snowui",
"version": "1.4.119",
"version": "1.4.120",
"author": "yinli.wangyl<wangyinli1228@163.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -66,3 +66,3 @@ import { Loading } from 'element-ui'

return new Promise(resolve => {
return axios.get(url, params).then(response => {
return axios.get(url, { params }).then(response => {
handler(response, resolve, 2, vm)

@@ -136,3 +136,3 @@ })

let errorMsg = response.data.msg
if (vm) {
if (vm) {
errorMsg = errorMsg || vm.$t('s.ajax.httpException')

@@ -139,0 +139,0 @@ vm.$message.error({

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc