Socket
Socket
Sign inDemoInstall

frosted-glass

Package Overview
Dependencies
435
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 0.3.2

2

dist/collection/collection-manifest.json

@@ -75,4 +75,4 @@ {

"version": "0.5.2",
"typescriptVersion": "2.7.2"
"typescriptVersion": "2.8.1"
}
}
{
"name": "frosted-glass",
"version": "0.3.1",
"version": "0.3.2",
"description": "Add a live frosted glass blur effect over any type of web content, including text.",

@@ -36,6 +36,6 @@ "main": "dist/frostedglass.js",

"jest": "^21.2.1",
"markdownlint-cli": "^0.7.1",
"markdownlint-cli": "^0.8.1",
"plunk": "^0.5.1",
"semantic-commitlint": "^1.3.1",
"size-limit": "^0.14.1"
"size-limit": "^0.17.0"
},

@@ -42,0 +42,0 @@ "repository": {

@@ -66,3 +66,3 @@ # Frosted Glass [![npm version](https://badge.fury.io/js/frosted-glass.svg)](https://badge.fury.io/js/frosted-glass)

- `stretch` - ensures that edges get blurred by [stretching the container dimentions by 5%](https://github.com/adriancarriger/frosted-glass/blob/master/src/components/frosted-glass-container/frosted-glass-container.scss#L5-L7);
- `stretch` - ensures that edges get blurred by [stretching the container dimentions by 5%](https://github.com/adriancarriger/frosted-glass/blob/master/src/components/frosted-glass-container/frosted-glass-container.scss#L5-L7)

@@ -73,3 +73,3 @@ #### Example

<frosted-glass-container stretch="true">
<frosted-glass blur-amount="5px" overlay-color="ffffff52"></frosted-glass>
<frosted-glass blur-amount="5px" overlay-color="#ffffff52"></frosted-glass>
</frosted-glass-container>

@@ -76,0 +76,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc