helmet
Here are 197 public repositories matching this topic...
Help secure Express apps with various HTTP headers
-
Updated
Nov 1, 2020 - TypeScript
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
-
Updated
Sep 4, 2020 - TypeScript
I've been researching into this for a day or two now, and believe the type for FilledContext needs to have the helmet property as optional like so:
export type FilledContext = {
helmet?: HelmetData;
};
I believe this because if you follow the instructions in the Usage section of the README, we create an empty `helmetCon
REST API boilerplate using NodeJS and KOA2, typescript. Logging and JWT as middlewares. TypeORM with class-validator, SQL CRUD. Docker included. Swagger docs, actions CI and valuable README
-
Updated
Jul 19, 2020 - TypeScript
Important security headers for koa
-
Updated
Sep 28, 2020 - JavaScript
Helmet Detection using tiny-yolo-v3 by training using your own dataset and testing the results in the google colaboratory.
-
Updated
Mar 18, 2020 - Jupyter Notebook
This is a simple REST API with node and express with typescript
-
Updated
Aug 21, 2020 - TypeScript
Dragon Armor 3D-printable CAD files (Autodesk Fusion 360)
-
Updated
Oct 21, 2017
A starter kyt with React, Redux, SSR and data fetching.
-
Updated
Jul 4, 2018 - JavaScript
Hongbo Miao – Making magic happen
-
Updated
Nov 17, 2020 - TypeScript
A fork of react-helmet that support for renderToNodeStream and thread safe
-
Updated
Aug 29, 2019 - JavaScript
The Koa framework extended for APIs. Optimized for security, scalability, and productivity.
-
Updated
Mar 16, 2017 - JavaScript
Middlewares to help secure your apps
-
Updated
Jun 3, 2017 - C#
A document head manager for Eleventy.
-
Updated
Aug 14, 2020 - JavaScript
-
Updated
Dec 11, 2018 - HTML
An awesome tour booking web app written in NodeJS, Express, MongoDB
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Nov 20, 2019 - TypeScript
-
Updated
Jun 21, 2018 - JavaScript
An npm package which makes sure that you won't need to install mongoose, bcryptjs, jsonwebtoken and many more packages, ever again !! PS: it even generates a dockerfile for you :)
-
Updated
May 16, 2019 - JavaScript
Frontend at: https://github.com/souravrax/codeditor-front
-
Updated
Nov 10, 2020 - JavaScript
A system to detect non-adopted persons using a deep learning model, identify faces, and record work logs
-
Updated
Jul 17, 2020 - Python
In a near future, we might need to use https on local machine. we will use ngrok (https://ngrok.com/) for solving
Improve this page
Add a description, image, and links to the helmet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the helmet topic, visit your repo's landing page and select "manage topics."


Is there any reason why we can't move the typespec from https://github.com/DefinitelyTyped/DefinitelyTyped to this repo so we do not have to deal with two packages.
We could copy that into this package and add
"types": "./lib/main.d.ts"in thepackage.json