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.30 to 1.0.31

2

package.json
{
"name": "saaf-common",
"version": "1.0.30",
"version": "1.0.31",
"description": "",

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

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

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-10-18 14:53:50
* @Last Modified time: 2019-11-26 16:00:31
*/

@@ -15,2 +15,3 @@ import StoreCommon from './StoreCommon'

screenHeight: 0,
isFullscreen:true
},

@@ -23,2 +24,5 @@ getters: {

state.screenHeight = data.clientHeight
},
FULLSCREEN (state) {
state.isFullscreen = !state.isFullscreen
}

@@ -25,0 +29,0 @@ },

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