Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
230 lines (230 loc) · 9.66 KB

File metadata and controls

230 lines (230 loc) · 9.66 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
{
"name": "forms-angular",
"author": {
"name": "Mark Chapman",
"email": "support@forms-angular.org"
},
"description": "A form builder that sits on top of Angular.js, Twitter Bootstrap, jQuery UI, Angular-UI, Express and Mongoose. Opinionated or what?",
"homepage": "http://forms-angular.org",
"version": "0.12.0-beta.333",
"packageManager": "npm@10.2.4",
"type": "module",
"engines": {
"node": ">=8.x",
"npm": ">=5.x"
},
"scripts-doc": {
"build": "If this is not a production install we need bootstrap less files for building, and use bower to load them. Couldn't figure out how to load two versions of same library with npm - PRs welcome."
},
"scripts": {
"test": "gulp --gulpfile /home/mark/Projects/forms-angular/forms-angular/gulpfile.cjs test",
"tidy": "find . -name '*.js' -not -path '**/node_modules/**' -and -not -path '**/website/**' -and -not -path '**/test/**' -and -not -path '**/models/**' -and -not -name 'gulpfile.js' -and -not -name 'index.js' -and -not -name 'Gruntfile.js' -and -not -name '*.conf.js' -delete && find . -name '*.map' -not -path '**/node_modules/**' -delete",
"build": "if [ -d 'node_modules/bower' ]; then npx bower install --config.directory=node_modules --production jquery@2.0.3 bootstrap-2-3-2=git://github.com/twbs/bootstrap.git#v2.3.2 bootstrap-3-4-0=git://github.com/twbs/bootstrap.git#v3.4.0; fi && gulp -f gulpfile.cjs build",
"reset": "cd website && rm -rf node_modules && npm install && cd .. && rm -rf node_modules && npm install && npm run build"
},
"files": [
"dist"
],
"main": "dist/server/data_form.js",
"browser": "dist/client/index.js",
"repository": {
"type": "git",
"url": "git://github.com/forms-angular/forms-angular.git"
},
"bugs": {
"url": "https://github.com/forms-angular/forms-angular/issues",
"email": "support@reallycare.org"
},
"keywords": [
"angularjs",
"angular js",
"mongoose",
"forms",
"twitter bootstrap",
"express",
"form builder",
"REST API",
"RESTful API"
],
"dependencies": {
"angular": "^1.8.3",
"angular-elastic": "^2.5.1",
"angular-messages": "^1.8.3",
"angular-sanitize": "^1.8.3",
"angular-ui-bootstrap": "1.3.2 || 2.5.6",
"angular-ui-grid": "^4.12.7",
"async": "^3.2.5",
"lodash": "^4.18.1",
"ng-infinite-scroll": "^1.3.0",
"node.extend": "^2.0.3"
},
"npmAuditMitigations": {
"angular": [
{
"https://github.com/advisories/GHSA-m2h2-264f-f486": {
"description": "angular vulnerable to regular expression denial of service (ReDoS)",
"mitigation": "Can't see an exploit in Plait. Can port fix from https://github.com/continu/angular.js/commit/77b7b0c3f02ebed1c7565dc4a63abc6d96065afa"
}
},
{
"https://github.com/advisories/GHSA-prc3-vjfx-vhm9": {
"description": "Angular (deprecated package) Cross-site Scripting",
"mitigation": "Only applies to IE which is obsolete"
}
},
{
"https://github.com/advisories/GHSA-j58c-ww9w-pwp5": {
"description": "AngularJS improperly sanitizes SVG elements",
"mitigation": "See angular-sanitize https://github.com/advisories/GHSA-4p4w-6hg8-63wx"
}
},
{
"https://github.com/advisories/GHSA-4w4v-5hc9-xrr2": {
"description": "angular vulnerable to super-linear runtime due to backtracking",
"mitigation": "We do not make any use of ng-srcset",
"nextReview": "2026-08-01T00:00:00Z",
"reviewBy": "Search plait and forms-angular looking for srcset"
}
},
{
"https://github.com/advisories/GHSA-m9gf-397r-hwpg": {
"description": "AngularJS allows attackers to bypass common image source restrictions",
"mitigation": "Duplicate of https://github.com/advisories/GHSA-4w4v-5hc9-xrr2"
}
},
{
"https://github.com/advisories/GHSA-mqm9-c95h-x2p6": {
"description": "AngularJS allows attackers to bypass common image source restrictions",
"mitigation": "Another duplicate of https://github.com/advisories/GHSA-4w4v-5hc9-xrr2"
}
},
{
"https://github.com/advisories/GHSA-2vrf-hf26-jrp5": {
"description": "angular vulnerable to regular expression denial of service via the angular.copy() utility",
"mitigation": "Should not be a problem as we restrict access behind a login."
}
},
{
"https://github.com/advisories/GHSA-2qqx-w9hr-q5gx": {
"description": "angular vulnerable to regular expression denial of service via the $resource service",
"mitigation": "Should not be a problem as we restrict access behind a login."
}
},
{
"https://github.com/advisories/GHSA-qwqh-hm9m-p5hr": {
"description": "angular vulnerable to regular expression denial of service via the <input type='url'> element",
"mitigation": "Should not be a problem as we restrict access behind a login."
}
}
],
"angular-sanitize": [
{
"https://github.com/advisories/GHSA-4p4w-6hg8-63wx": {
"description": "Lack of sanitization for SVG images",
"mitigation": "Danger of a bad actor introducing large SVG through sigs or similar, but as we son't sanitize any image types (as it would limit use of the system) this is no additional problem for us"
}
}
]
},
"peerDependencies": {
"express": "^4",
"mongoose": "^7.3.3 || ^8"
},
"devDependencies": {
"@types/angular": "^1.8.9",
"@types/lodash": "^4.17.5",
"@types/mocha": "^10.0.7",
"@types/node": "=20.0.0",
"@types/vinyl": "^2.0.12",
"angular-mocks": "^1.8.3",
"baseline-browser-mapping": "^2.9.19",
"body-parser": "^1.20.2",
"bower": "^1.8.14",
"commander": "^14.0.2",
"del": "=6.1.1",
"express": "^4.19.2",
"gulp": "^4.0.2",
"gulp-angular-templatecache": "^3.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^5.0.0",
"gulp-mocha": "=9.0.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-typescript": "6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"gulp-umd": "^2.0.0",
"jasmine-core": "^5.1.2",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^5.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"matchdep": "^2.0.0",
"mocha": "^10.4.0",
"mongodb": "=5.9.1",
"mongoose": "=7.6.8",
"prettier": "^3.3.2",
"pump": "^3.0.0",
"typescript": "=4.9.5"
},
"overrides": {
"aggregate-error": "npm:@socketregistry/aggregate-error@^1",
"array-flatten": "npm:@socketregistry/array-flatten@^1",
"define-properties": "npm:@socketregistry/define-properties@^1",
"es-define-property": "npm:@socketregistry/es-define-property@^1",
"es6-symbol": "npm:@socketregistry/es6-symbol@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
"gopd": "npm:@socketregistry/gopd@^1",
"has": "npm:@socketregistry/has@^1",
"has-symbols": "npm:@socketregistry/has-symbols@^1",
"has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
"hasown": "npm:@socketregistry/hasown@^1",
"indent-string": "npm:@socketregistry/indent-string@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
"is-regex": "npm:@socketregistry/is-regex@^1",
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
"isarray": "npm:@socketregistry/isarray@^1",
"number-is-nan": "npm:@socketregistry/number-is-nan@^1",
"object-assign": "npm:@socketregistry/object-assign@^1",
"object-keys": "npm:@socketregistry/object-keys@^1",
"object.assign": "npm:@socketregistry/object.assign@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
"safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
"side-channel": "npm:@socketregistry/side-channel@^1",
"typedarray": "npm:@socketregistry/typedarray@^1"
},
"resolutions": {
"aggregate-error": "npm:@socketregistry/aggregate-error@^1",
"array-flatten": "npm:@socketregistry/array-flatten@^1",
"define-properties": "npm:@socketregistry/define-properties@^1",
"es-define-property": "npm:@socketregistry/es-define-property@^1",
"es6-symbol": "npm:@socketregistry/es6-symbol@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
"gopd": "npm:@socketregistry/gopd@^1",
"has": "npm:@socketregistry/has@^1",
"has-symbols": "npm:@socketregistry/has-symbols@^1",
"has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
"hasown": "npm:@socketregistry/hasown@^1",
"indent-string": "npm:@socketregistry/indent-string@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
"is-regex": "npm:@socketregistry/is-regex@^1",
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
"isarray": "npm:@socketregistry/isarray@^1",
"number-is-nan": "npm:@socketregistry/number-is-nan@^1",
"object-assign": "npm:@socketregistry/object-assign@^1",
"object-keys": "npm:@socketregistry/object-keys@^1",
"object.assign": "npm:@socketregistry/object.assign@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
"safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
"side-channel": "npm:@socketregistry/side-channel@^1",
"typedarray": "npm:@socketregistry/typedarray@^1"
},
"license": "MIT"
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.