
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
@limetech/lime-web-components
Advanced tools
To start the dev-server, run npm start
.
To build the dist folder, run npm run build
.
Read the full documentation at https://lundalogik.github.io/lime-web-components/
If you do any changes to the public API, you need to run npm run api:update
in
order to update the file etc/lime-web-components.api.md
which describes the
public API. The file is generated so do not update it manually. If the file is
not updated, the GitHub build will fail when the API is verified.
Documentation is deployed to GitHub Pages when a new release is built by GitHub Actions. It can also be deployed manually from a Linux or macOS computer.
Follow these steps:
git fetch
.git branch
and make sure you do not have a local copy of the branch gh-pages
. If you do, push anything that should be pushed, and remove the local branch.npm run docs:publish -- --v=<version>
, where <version>
is the version of lime-elements you are building the documentation for. Any existing documentation for this version number will be overwritten. If no version is supplied, the version will be set to 0.0.0-dev
. If --dryRun=true
is supplied, the entire script will run, except the push to GitHub.FAQs
Lime Web Components
The npm package @limetech/lime-web-components receives a total of 2,417 weekly downloads. As such, @limetech/lime-web-components popularity was classified as popular.
We found that @limetech/lime-web-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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 Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.