layerpro 2.0.2 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/COPYRIGHT.md ADDED
@@ -0,0 +1,9 @@
1
+ # Copyright
2
+
3
+ Copyright (c) 2026, Dario Passariello. All rights reserved.
4
+ Licensed under MIT License, see
5
+ <https://dario.passariello.ca>
6
+
7
+ This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
8
+
9
+ This software is licensed under the MIT License.
package/README.md CHANGED
@@ -1,7 +1,29 @@
1
- # LayerPro 🚀
1
+ # [LayerPro](https://npmjs.com/package/layerpro)
2
+
3
+
4
+ ![layerpro](https://raw.githubusercontent.com/passariello/container/be0611e9bead336dcec32d522d103e7e3661f502/layerpro/assets/logos/logo.svg)
2
5
 
3
6
  Drop-in replacement for browser modals with superpowers.
4
7
 
8
+ [![version](https://img.shields.io/npm/v/layerpro.svg)](https://npmjs.org/package/layerpro)
9
+ [![install size](https://img.shields.io/badge/dynamic/json?url=https://packagephobia.com/v2/api.json?p=layerpro&query=$.install.pretty&label=install%20size&style=flat-square)](https://packagephobia.now.sh/result?p=layerpro)
10
+ [![downloads](https://img.shields.io/npm/dm/layerpro.svg)](https://npmjs.org/package/layerpro)
11
+
12
+ ![Snyk](https://img.shields.io/badge/Snyk-gray?logo=Snyk)
13
+ [![Known Vulnerabilities](https://snyk.io/test/npm/layerpro/badge.svg)](https://snyk.io/test/npm/layerpro)
14
+ [![Socket Badge](https://socket.dev/api/badge/npm/package/layerpro)](https://socket.dev/npm/package/layerpro)
15
+
16
+ ![Node.js](https://img.shields.io/badge/Node.js-gray?logo=node.js)
17
+ ![Jquery](https://img.shields.io/badge/jquery-gray?logo=jquery)
18
+ ![React](https://img.shields.io/badge/React-gray?logo=React)
19
+ ![Javascript](https://img.shields.io/badge/Javascript-gray?logo=Javascript)
20
+ ![TypeScript](https://img.shields.io/badge/TypeScript-gray?logo=typescript)
21
+ ![esbuild](https://img.shields.io/badge/esbuild-gray?logo=esbuild)
22
+
23
+ ![Jest](https://img.shields.io/badge/Jest-gray?logo=jest)
24
+ ![ESLint](https://img.shields.io/badge/Eslint-gray?logo=eslint)
25
+ ![Playwright](https://img.shields.io/badge/Playwright-gray?logo=playwright)
26
+
5
27
  ---
6
28
 
7
29
  ## What is LayerPro?
@@ -179,6 +201,16 @@ Chrome 80+ • Firefox 75+ • Safari 13+ • Edge 80+
179
201
 
180
202
  ---
181
203
 
204
+ We take security seriously. Every release is audited:
205
+
206
+ - [Socket.dev Audit](https://socket.dev/npm/package/dphelper)
207
+ - [Snyk Security Report](https://security.snyk.io/package/npm/dphelper)
208
+
209
+ ---
210
+
211
+ Dario Passariello - <dariopassariello@gmail.com>
212
+ All rights reserved - Copyright (c) 2019 - 2026
213
+
182
214
  ## License
183
215
 
184
216
  MIT
package/SECURITY.md ADDED
@@ -0,0 +1,3 @@
1
+ # Security
2
+
3
+ Please email [@passariello](https://github.com/passariello) or see <https://dario.passariello.ca/contact/> if you have a potential security vulnerability to report.