Socket
Socket
Sign inDemoInstall

saaf-common

Package Overview
Dependencies
Maintainers
3
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saaf-common - npm Package Compare versions

Comparing version 1.0.61 to 1.0.62

2

package.json
{
"name": "saaf-common",
"version": "1.0.61",
"version": "1.0.62",
"description": "",

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

@@ -94,7 +94,20 @@ /*

// Vue.$vux.loading.show()
Spin.show();
Spin.show({
render: (h) => {
return h('div', [
h('Icon', {
'class': 'spin-icon-load',
props: {
type: 'ios-loading',
size: 24
}
}),
h('div', 'Loading')
])
}
})
return new Promise((resolve, reject) => {
fetch.postSimpleness(url, params, v).then(res => {
resolve(res)
Spin.hide()
Spin.hide()
}).catch(error => {

@@ -101,0 +114,0 @@ Spin.hide()

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