Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

electron-about-window

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-about-window - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

18

package.json
{
"name": "electron-about-window",
"version": "1.6.0",
"version": "1.6.1",
"description": "'About App' window for Electron application",
"main": "src/index.js",
"scripts": {
"dep": "npm install && typings install",
"dep": "npm install",
"build": "tsc -p src/",

@@ -12,5 +12,5 @@ "tslint": "tslint $(git ls-files | grep -E \"\\.ts$\")",

"lint": "npm run tslint && npm run stylelint",
"example": "(cd example/ && npm install) && electron $(npm prefix)/example",
"example": "cd example/ && npm install && npm start",
"start": "npm run dep && npm run build && npm run example",
"prepublish": "npm run lint && npm run build && rm -rf example/node_modules"
"preversion": "npm run lint && npm run build"
},

@@ -34,10 +34,10 @@ "repository": {

"devDependencies": {
"@types/electron": "^1.4.25",
"@types/node": "^6.0.46",
"stylelint": "^7.5.0",
"stylelint-config-standard": "^14.0.0",
"@types/electron": "^1.4.27",
"@types/node": "^6.0.50",
"stylelint": "^7.6.0",
"stylelint-config-standard": "^15.0.0",
"tslint": "^3.15.1",
"typescript": "^2.0.7"
"typescript": "^2.0.10"
},
"dependencies": {}
}

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