layerpro 0.0.65 → 0.0.66

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/package.json CHANGED
@@ -1,142 +1,143 @@
1
1
  {
2
- "name": "layerpro",
3
- "version": "0.0.65",
4
- "description": "Manage your popups and customize them",
5
- "deprecated": false,
6
- "appCode": "layerpro",
7
- "appCodeRelease": "layerpro",
8
- "appName": "layerpro",
9
- "appType": "beta",
10
- "appFolder": "/",
11
- "appAPI": "api",
12
- "apiDev": "",
13
- "apiProd": "",
14
- "main": "index.js",
15
- "targets": {
16
- "main": {
17
- "includeNodeModules": {
18
- "react": false,
19
- "react-dom": false
20
- },
21
- "isLibrary": true
22
- }
23
- },
24
- "typing": [
25
- "typings/images.d.ts",
26
- "typings/index.d.ts",
27
- "typings/layerpro.d.ts",
28
- "typings/styles.d.ts"
29
- ],
30
- "engines": {
31
- "node": ">=4.0.0"
32
- },
33
- "scripts": {
34
- "make-dist": "webpack --progress --color --mode production --config webpack.config.js",
35
- "git": "cd node && node gitDeploy",
36
- "git-tag": "cd node && node createTag",
37
- "backup": "backup.bat",
38
- "goLive": "cd node && node goLive",
39
- "test_jest": "jest --watchAll --coverage",
40
- "test_lint": "eslint . --ext .ts,.tsx,.js,.jsx --fix"
41
- },
42
- "eslintConfig": {
43
- "globals": {
44
- "window": true
45
- }
46
- },
47
- "author": {
48
- "name": "Dario Passariello",
49
- "url": "https://github.com/passariello/",
50
- "email": "dariopassariello@gmail.com"
51
- },
52
- "contributors": [
53
- {
54
- "name": "Valeria Cala' Scaglitta",
55
- "email": "valeriacalascaglitta@gamil.com"
56
- }
57
- ],
58
- "keywords": [
59
- "layer",
60
- "popup",
61
- "modal",
62
- "passariello",
63
- "layerpro"
64
- ],
65
- "license": "MIT",
66
- "homepage": "https://github.com/passariello/layerpro",
67
- "funding": [
68
- {
69
- "type": "individual",
70
- "url": "https://www.paypal.com/donate/?business=HC7LJ2ZXRRNDL&no_recurring=0&item_name=I+am+a+software+developer.+Just+a+donation+can+help+me+to+have+more+time+to+dedicate+on+this+project&currency_code=CAD"
71
- },
72
- {
73
- "type": "patreon",
74
- "url": "https://www.patreon.com/passariello"
75
- }
76
- ],
77
- "repository": {
78
- "type": "git",
79
- "url": "git+https://github.com/passariello/layerpro.git",
80
- "help": "git+https://github.com/passariello/layerpro.git#readme"
81
- },
82
- "bugs": {
83
- "url": "https://github.com/passariello/layerpro/issues"
84
- },
85
- "devDependencies": {
86
- "@types/react": "18.0.15",
87
- "@types/react-dom": "18.0.6",
88
- "@typescript-eslint/eslint-plugin": "5.31.0",
89
- "css-loader": "6.7.1",
90
- "eslint": "8.20.0",
91
- "eslint-plugin-import": "2.26.0",
92
- "eslint-plugin-jest": "26.6.0",
93
- "eslint-plugin-node": "11.1.0",
94
- "eslint-plugin-promise": "6.0.0",
95
- "eslint-plugin-react": "7.30.1",
96
- "eslint-plugin-unicorn": "43.0.2",
97
- "file-loader": "6.2.0",
98
- "jest": "28.1.3",
99
- "less-loader": "11.0.0",
100
- "sass-loader": "13.0.2",
101
- "style-loader": "3.3.1",
102
- "webpack-cli": "4.10.0"
103
- },
104
- "dependencies": {
105
- "@babel/plugin-proposal-class-properties": "7.18.6",
106
- "@babel/plugin-transform-runtime": "7.18.9",
107
- "@babel/preset-env": "7.18.9",
108
- "@babel/preset-react": "7.18.6",
109
- "@babel/preset-typescript": "7.18.6",
110
- "@testing-library/jest-dom": "^5.16.4",
111
- "@testing-library/user-event": "^14.3.0",
112
- "@types/enzyme-adapter-react-16": "1.0.6",
113
- "@typescript-eslint/parser": "5.31.0",
114
- "babel-loader": "8.2.5",
115
- "classnames": "2.3.1",
116
- "cli-confirm": "1.0.1",
117
- "compression-webpack-plugin": "10.0.0",
118
- "concurrently": "7.3.0",
119
- "copy-webpack-plugin": "11.0.0",
120
- "css": "3.0.0",
121
- "dotenv": "16.0.1",
122
- "enzyme": "3.11.0",
123
- "enzyme-to-json": "3.6.2",
124
- "fs": "0.0.1-security",
125
- "html-webpack-plugin": "5.5.0",
126
- "jquery": "3.6.0",
127
- "jsdom-worker": "0.2.1",
128
- "jshint": "^2.13.5",
129
- "less": "4.1.3",
130
- "moment": "2.29.4",
131
- "path": "0.12.7",
132
- "progress-bar-webpack-plugin": "2.1.0",
133
- "react": "18.2.0",
134
- "react-dom": "18.2.0",
135
- "require": "0.4.4",
136
- "sass": "1.54.0",
137
- "terser-webpack-plugin": "5.3.3",
138
- "ts-jest": "28.0.7",
139
- "typescript": "4.7.4",
140
- "webpack": "5.74.0"
141
- }
2
+ "name": "layerpro",
3
+ "version": "0.0.66",
4
+ "description": "Manage your popups and customize them",
5
+ "deprecated": false,
6
+ "appCode": "layerpro",
7
+ "appCodeRelease": "layerpro",
8
+ "appName": "layerpro",
9
+ "appType": "beta",
10
+ "appFolder": "/",
11
+ "appAPI": "api",
12
+ "apiDev": "",
13
+ "apiProd": "",
14
+ "main": "index.js",
15
+ "targets": {
16
+ "main": {
17
+ "includeNodeModules": {
18
+ "react": false,
19
+ "react-dom": false
20
+ },
21
+ "isLibrary": true
22
+ }
23
+ },
24
+ "typing": [
25
+ "typings/images.d.ts",
26
+ "typings/index.d.ts",
27
+ "typings/layerpro.d.ts",
28
+ "typings/styles.d.ts"
29
+ ],
30
+ "engines": {
31
+ "node": ">=4.0.0"
32
+ },
33
+ "scripts": {
34
+ "make-dist": "webpack --progress --color --mode production --config webpack.config.js",
35
+ "git": "cd node && node gitDeploy",
36
+ "git-tag": "cd node && node createTag",
37
+ "backup": "backup.bat",
38
+ "goLive": "cd node && node goLive",
39
+ "node:update": "cd node && node npmUpdate",
40
+ "test:lint": "eslint . --ext .ts,.tsx,.js,.jsx --fix",
41
+ "test:cypress": "cypress open"
42
+ },
43
+ "eslintConfig": {
44
+ "globals": {
45
+ "window": true
46
+ }
47
+ },
48
+ "author": {
49
+ "name": "Dario Passariello",
50
+ "url": "https://github.com/passariello/",
51
+ "email": "dariopassariello@gmail.com"
52
+ },
53
+ "contributors": [
54
+ {
55
+ "name": "Valeria Cala' Scaglitta",
56
+ "email": "valeriacalascaglitta@gamil.com"
57
+ }
58
+ ],
59
+ "keywords": [
60
+ "layer",
61
+ "popup",
62
+ "modal",
63
+ "passariello",
64
+ "layerpro"
65
+ ],
66
+ "license": "MIT",
67
+ "homepage": "https://github.com/passariello/layerpro",
68
+ "funding": [
69
+ {
70
+ "type": "individual",
71
+ "url": "https://www.paypal.com/donate/?business=HC7LJ2ZXRRNDL&no_recurring=0&item_name=I+am+a+software+developer.+Just+a+donation+can+help+me+to+have+more+time+to+dedicate+on+this+project&currency_code=CAD"
72
+ },
73
+ {
74
+ "type": "patreon",
75
+ "url": "https://www.patreon.com/passariello"
76
+ }
77
+ ],
78
+ "repository": {
79
+ "type": "git",
80
+ "url": "git+https://github.com/passariello/layerpro.git",
81
+ "help": "git+https://github.com/passariello/layerpro.git#readme"
82
+ },
83
+ "bugs": {
84
+ "url": "https://github.com/passariello/layerpro/issues"
85
+ },
86
+ "files": [
87
+ "scripts",
88
+ "index.js",
89
+ "init.js",
90
+ "types/**/*.d.ts"
91
+ ],
92
+ "devDependencies": {
93
+ "@types/react": "18.0.16",
94
+ "@types/react-dom": "18.0.6",
95
+ "@typescript-eslint/eslint-plugin": "5.32.0",
96
+ "css-loader": "6.7.1",
97
+ "cypress": "10.4.0",
98
+ "eslint": "8.21.0",
99
+ "eslint-plugin-import": "2.26.0",
100
+ "eslint-plugin-node": "11.1.0",
101
+ "eslint-plugin-promise": "6.0.0",
102
+ "eslint-plugin-react": "7.30.1",
103
+ "eslint-plugin-unicorn": "43.0.2",
104
+ "file-loader": "6.2.0",
105
+ "less-loader": "11.0.0",
106
+ "sass-loader": "13.0.2",
107
+ "style-loader": "3.3.1",
108
+ "webpack-cli": "4.10.0"
109
+ },
110
+ "dependencies": {
111
+ "@babel/plugin-proposal-class-properties": "7.18.6",
112
+ "@babel/plugin-transform-runtime": "7.18.10",
113
+ "@babel/preset-env": "7.18.10",
114
+ "@babel/preset-react": "7.18.6",
115
+ "@babel/preset-typescript": "7.18.6",
116
+ "@testing-library/user-event": "^14.4.2",
117
+ "@types/enzyme-adapter-react-16": "1.0.6",
118
+ "@typescript-eslint/parser": "5.32.0",
119
+ "babel-loader": "8.2.5",
120
+ "classnames": "2.3.1",
121
+ "cli-confirm": "1.0.1",
122
+ "compression-webpack-plugin": "10.0.0",
123
+ "concurrently": "7.3.0",
124
+ "copy-webpack-plugin": "11.0.0",
125
+ "css": "3.0.0",
126
+ "dotenv": "16.0.1",
127
+ "fs": "0.0.1-security",
128
+ "html-webpack-plugin": "5.5.0",
129
+ "jquery": "3.6.0",
130
+ "jsdom-worker": "0.2.1",
131
+ "jshint": "^2.13.5",
132
+ "less": "4.1.3",
133
+ "moment": "2.29.4",
134
+ "path": "0.12.7",
135
+ "progress-bar-webpack-plugin": "2.1.0",
136
+ "react": "18.2.0",
137
+ "react-dom": "18.2.0",
138
+ "sass": "1.54.3",
139
+ "terser-webpack-plugin": "5.3.3",
140
+ "typescript": "4.7.4",
141
+ "webpack": "5.74.0"
142
+ }
142
143
  }
@@ -1,12 +0,0 @@
1
- # These are supported funding model platforms
2
-
3
- github: passariello
4
- patreon: passariello
5
- open_collective: # Replace with a single Open Collective username
6
- ko_fi: passariello
7
- tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
- community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
- liberapay: passariello
10
- issuehunt: passariello
11
- otechie: # Replace with a single Otechie username
12
- custom: ["https://dario.passariello.ca", "https://www.paypal.me/dariopassariello", "https://www.indiegogo.com/individuals/28513718"]
@@ -1,12 +0,0 @@
1
- # Basic dependabot.yml file with
2
- # minimum configuration for two package managers
3
-
4
- version: 2
5
- updates:
6
- # Enable version updates for npm
7
- - package-ecosystem: "npm"
8
- # Look for `package.json` and `lock` files in the `root` directory
9
- directory: "/"
10
- # Check the npm registry for updates every day (weekdays)
11
- schedule:
12
- interval: "daily"
package/SECURITY.md DELETED
@@ -1,3 +0,0 @@
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.
@@ -1,29 +0,0 @@
1
- /**
2
- * @license React
3
- * react-dom.production.min.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
-
11
- /**
12
- * @license React
13
- * react.production.min.js
14
- *
15
- * Copyright (c) Facebook, Inc. and its affiliates.
16
- *
17
- * This source code is licensed under the MIT license found in the
18
- * LICENSE file in the root directory of this source tree.
19
- */
20
-
21
- /**
22
- * @license React
23
- * scheduler.production.min.js
24
- *
25
- * Copyright (c) Facebook, Inc. and its affiliates.
26
- *
27
- * This source code is licensed under the MIT license found in the
28
- * LICENSE file in the root directory of this source tree.
29
- */