[server] 🐛 correct misspelled csurf key to csrf for config.security object in server(config) method#59141
Conversation
|
@jjloneman Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped 👋 — I'm the local bot who will help you through the process of getting things through. This is a live comment which I will keep updated. 1 package in this PRCode ReviewsBecause you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it. You can test the changes of this PR in the Playground. Status
All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 59141,
"author": "jjloneman",
"headCommitOid": "9656d9a38aab8d2ebe8dc2e3a2fc2645b7fc44da",
"mergeBaseOid": "db23239e64168b3bf75e62d78aad6225c005e0b1",
"lastPushDate": "2022-03-05T06:14:32.000Z",
"lastActivityDate": "2022-03-16T15:06:33.000Z",
"mergeOfferDate": "2022-03-16T14:55:07.000Z",
"mergeRequestDate": "2022-03-16T15:06:33.000Z",
"mergeRequestUser": "sant123",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "server",
"kind": "edit",
"files": [
{
"path": "types/server/server-tests.ts",
"kind": "test"
},
{
"path": "types/server/typings/options.d.ts",
"kind": "definition"
}
],
"owners": [
"sant123",
"iddan",
"DazSanchez"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "sant123",
"date": "2022-03-16T14:42:47.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 1059705181,
"ciResult": "pass"
} |
|
🔔 @sant123 @iddan @DazSanchez — please review this PR in the next few days. Be sure to explicitly select |
|
Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files. server (unpkg)was missing the following properties:
|
Re: @DangerBotOSS, I would be happy to provide these type definitions as well in another PR as the amount of properties for |
csrf keycsrf key
csrf keycsurf key to csrf for config.security object in server(config) method
|
Hi @sant123 @iddan @DazSanchez, just checking to see if there are any issues with the PR or if it's good to merge? Thanks! |
|
@jjloneman Hi, I checked the source code, tests and documentation and everything seems to be correct |
@DazSanchez Great! Would you be able to hit the approve button on the PR then? 🙂 |
|
@jjloneman Sorry, but I have no write access to the repository. I'm not able to merge PR's. |
|
Re-ping @sant123, @iddan, @DazSanchez: This PR has been out for over a week, yet I haven't seen any reviews. Could someone please give it some attention? Thanks! |
|
@jjloneman: Everything looks good here. I am ready to merge this PR (at 9656d9a) on your behalf whenever you think it's ready. If you'd like that to happen, please post a comment saying:
and I'll merge this PR almost instantly. Thanks for helping out! ❤️ (@sant123, @iddan, @DazSanchez: you can do this too.) |
|
Ready to merge |
Fixes #59140
Please fill in this template
servernpm test server:If changing an existing definition