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

glasstron

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glasstron - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

package.json
{
"name": "glasstron",
"version": "0.1.0",
"version": "0.1.1",
"description": "The go-to solution to Electron composition effects",

@@ -48,4 +48,4 @@ "funding": {

"@babel/preset-env": "^7.12.1",
"electron": "~13",
"eslint": "^7.12.1",
"electron": "~15",
"eslint": "^8.0.1",
"windowbar": "^1.7.3"

@@ -52,0 +52,0 @@ },

@@ -83,2 +83,3 @@ # Glasstron

- [Lightcord](https://github.com/Lightcord/Lightcord) by Lightcord
- [Glasstron Quick Start](https://github.com/KorbsStudio/glasstron-quick-start) by KorbsStudio
- Want yours featured? Issue a PR!

@@ -85,0 +86,0 @@

@@ -63,3 +63,3 @@ /*

setAcrylic(tint = 0x00ffffff){
setAcrylic(tint = 0x00404040){
if(!this.supportsAcrylic()) return this.setBlurBehind(tint);

@@ -66,0 +66,0 @@ return this.setWindowCompositionAttribute(4, tint);

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