
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
@limetech/semantic-release-lime-buildtools
Advanced tools
semantic-release shareable config to publish lime projects built with Python and Lime Buildtools
Lime CI/CD with Github Actions has the following path/workflow to publish:
We use a nodejs based semantic-release package, https://github.com/semantic-release/semantic-release. In order to use it both in python and js/nodejs (frontend), we use semantic-release plugin/extend system with combination of lime-buildtools package.
1.https://github.com/Lundalogik/semantic-release-lime-buildtools/blob/master/index.js
2.prepareCmd: ‘lime-buildtools version ${nextRelease.version}’,
3.publishCmd: ‘lime-buildtools semantic-release-build’,
$ npm install --save-dev semantic-release @lime/semantic-release-lime-buildtools
The shareable config can be configured in the semantic-release configuration file:
{
"extends": "@lime/semantic-release-lime-buildtools"
}
The basic following enviromental variables set
solution
or package
. This will decied how the project is builtmore informations in lime-buildtools cli envs.
FAQs
semantic-release shareable config to publish lime projects built with Python and Lime Buildtools
The npm package @limetech/semantic-release-lime-buildtools receives a total of 1,358 weekly downloads. As such, @limetech/semantic-release-lime-buildtools popularity was classified as popular.
We found that @limetech/semantic-release-lime-buildtools 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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.