helmet
Here are 334 public repositories matching this topic...
Help secure Express apps with various HTTP headers
-
Updated
Jun 1, 2022 - TypeScript
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
-
Updated
Apr 28, 2022 - 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
Apr 13, 2022 - TypeScript
Important security headers for koa
-
Updated
Mar 29, 2022 - JavaScript
This is a simple REST API with node and express with typescript
-
Updated
Jun 17, 2021 - TypeScript
-
Updated
May 26, 2022 - Go
Helmet Detection using tiny-yolo-v3 by training using your own dataset and testing the results in the google colaboratory.
-
Updated
Dec 13, 2021 - Jupyter Notebook
A delightful way to building a Node.js RESTful API Services with beautiful code written in Vanilla Javascript
-
Updated
Dec 6, 2021 - JavaScript
An awesome tour booking web app written in NodeJS, Express, MongoDB
-
Updated
Mar 26, 2022 - JavaScript
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
电力人工智能数据竞赛——安全帽未佩戴行为目标检测赛道基准模型
-
Updated
Dec 7, 2020 - Python
A MERN-stack app for eCommerce platform, Webshop, Web Store. Storybook: https://www.amazin.one/ Alternative: https://ntrix.github.io/amazin-story
-
Updated
Oct 13, 2021 - 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
Mar 26, 2022 - JavaScript
PiProxy: HTTP/HTTPS/HTTP2 Reverse Proxy with Cert mgmt, Compression, Security enforcement and Rate limiting
-
Updated
May 25, 2022 - JavaScript
电力人工智能数据竞赛决赛——安全帽未佩戴行为目标检测赛道基准模型
-
Updated
Dec 25, 2020 - Python
HTTP security middleware for Go(lang) inspired by HelmetJS.
-
Updated
Apr 3, 2022 - Go
A system to detect non-adopted persons using a deep learning model, identify faces, and record work logs
-
Updated
Jul 17, 2020 - Python
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