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.13 to 1.0.14

2

initMain.js

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

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-10-11 10:42:35
* @Last Modified time: 2019-11-15 09:56:59
*/

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

{
"name": "saaf-common",
"version": "1.0.13",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"_args": [
[
"saaf-common@1.0.13",
"/Users/sola/work/code/NewSaaf/saafweb"
]
],
"_from": "saaf-common@1.0.13",
"_id": "saaf-common@1.0.13",
"_inBundle": false,
"_integrity": "sha512-/Rlnv3LhO0On1IivCtT3FjhHdZdIQ9xywutQwmVWRT6XmoH3N8DU3Mb66+xb5j7L0VbdI6R/m1fTrh8i3yJ/6Q==",
"_location": "/saaf-common",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "saaf-common@1.0.13",
"name": "saaf-common",
"escapedName": "saaf-common",
"rawSpec": "1.0.13",
"saveSpec": null,
"fetchSpec": "1.0.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/357280841/saaf-common.git"
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/saaf-common/-/saaf-common-1.0.13.tgz",
"_spec": "1.0.13",
"_where": "/Users/sola/work/code/NewSaaf/saafweb",
"author": {
"name": "sola"
},
"bugs": {
"url": "https://github.com/357280841/saaf-common/issues"
},
"description": "",
"homepage": "https://github.com/357280841/saaf-common#readme",
"keywords": [
"saaf-common"
],
"author": "sola",
"license": "ISC",
"bugs": {
"url": "https://github.com/357280841/saaf-common/issues"
"main": "index.js",
"name": "saaf-common",
"repository": {
"type": "git",
"url": "git+https://github.com/357280841/saaf-common.git"
},
"homepage": "https://github.com/357280841/saaf-common#readme"
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.14"
}

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

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-11-15 09:26:49
* @Last Modified time: 2019-11-15 10:03:46
*/

@@ -15,5 +15,5 @@

export default class tabsTool{
constructor(){
this.rootWindow = window.parent!=window?window.parent:window
}
// constructor(){
// this.rootWindow = window.parent!=window?window.parent:window
// }
static openTab(item){

@@ -65,2 +65,3 @@ // this.rootWindow.tabsService.openTab(item)

}
}
}
tabsTool.rootWindow = window.parent!=window?window.parent:window

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

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