
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ts-lit-docs
Advanced tools
A website for visualizing documentation of lit-element web components written in typescript.
npm start -- --config=./lit-docs.config.yaml
port: 5000
# directories to process for documentation
include:
- ./client/src
exclude:
- ./client/src/analytics
- ./client/src/util
# scripts that must be served in order to load components for examples
scripts:
- server/public/vendors-node_modules_material_mwc-button_mwc-button_js-node_modules_material_mwc-checkbox_mwc-6f2033.bundle.c9dd5f2e.js
- server/public/main.bundle.js
npm start -- --config=../<project>/lit-docs.yaml
Make sure you've installed the gcloud command line utility.
Makes sure you are using python 2 in the directory where you will be running yarn dev. The gcloud server requires Python 2.
We recommend using yarn; however these same commands will work with npm as well.
yarn
yarn dev
First add the ID of your app engine cloud project to the "gcloud" > "id" section of package.json.
Then:
yarn run deploy
Note: you can add additional gcloud parameters to the end. In the following command --quiet [-q] removes interactive prompts from gcloud
yarn run deploy -q
The .eslintrc file mimics most of Google's Typescript style guide.
To run the linting rules:
yarn lint
You can fix many of the linter prettier warnings with:
yarn lint --fix
FAQs
A documentation tool for LitElement components written in typescript
We found that ts-lit-docs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.