Socket
Socket
Sign inDemoInstall

saaf-common

Package Overview
Dependencies
Maintainers
1
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.26 to 1.0.27

demo/Axios.vue

9

index.js

@@ -5,3 +5,3 @@ /*

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-11-20 09:06:39
* @Last Modified time: 2019-11-22 14:21:08
*/

@@ -22,2 +22,4 @@

import onresizeTool from './tool/onresizeTool'
import SaafCN from './language/SaafCN'
import SaafEN from './language/SaafEN'

@@ -40,2 +42,7 @@ export {

// 工具 end
// 语言包 start
SaafCN,
SaafEN,
// 语言包 end
}

2

initMain.js

@@ -5,3 +5,3 @@ /*

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-11-20 10:41:16
* @Last Modified time: 2019-11-22 14:21:21
*/

@@ -8,0 +8,0 @@

{
"name": "saaf-common",
"version": "1.0.26",
"version": "1.0.27",
"description": "",

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

@@ -5,3 +5,3 @@ /*

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-11-21 16:11:58
* @Last Modified time: 2019-11-22 10:36:00
*/

@@ -71,3 +71,3 @@

tabsTool.openRouterTab({
name: '我的主页',
name: i18n.t('我的主页'),
url: '/home',

@@ -74,0 +74,0 @@ close: false

@@ -5,3 +5,3 @@ /*

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-11-21 16:07:54
* @Last Modified time: 2019-11-20 11:41:04
*/

@@ -16,5 +16,2 @@

let _this = this
// $(window).resize(function(){
// _this.doFunction()
// });
window.onresize = function(){

@@ -21,0 +18,0 @@ _this.doFunction()

@@ -5,3 +5,3 @@ /*

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-11-21 16:11:58
* @Last Modified time: 2019-11-19 10:49:49
*/

@@ -8,0 +8,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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