New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

backdropper

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backdropper - npm Package Compare versions

Comparing version

to
0.1.1

2

backdrop-filter.ts

@@ -70,3 +70,3 @@ import {

.children[0] as HTMLElement).style.transform = `translateY(-${
document.body.scrollTop
document.body.scrollTop || document.documentElement.scrollTop
}px)`

@@ -73,0 +73,0 @@ })

{
"name": "backdropper",
"version": "0.1.0",
"version": "0.1.1",
"description": "Polyfill for backdrop-filter",

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

# Backdropper
## A Polyfill for backdrop-filter

@@ -8,2 +9,6 @@

#### Demo
Here you can try the package out: https://codepen.io/kosimst/pen/xNxgjy
### Used technologies

@@ -16,2 +21,10 @@

### Install
npm install backdropper
**OR**
`import backdropper from 'https://unpkg.com/backdropper/dist/index.js?module'`
### Usage

@@ -40,2 +53,6 @@

If you want to try it out without installing it, import it from unpkg:
`import backdropper from 'https://unpkg.com/backdropper/dist/index.js?module'`
### TODOs

@@ -45,2 +62,2 @@

- Demo site
- CI-Setup
- CI-Setup