Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@mands/mns-fe-foundation
Advanced tools
Framework for quick and easy configuration of M&S front-end applications
This framework is designed as a set of pluggable modules every project needs in order to start up.
To import the latest version of mns-fe-foundation into you app please run the following command:
npm install --save github:digitalinnovation/mns-fe-foundation
Alternatively, if you are looking for one of the specific versions, run:
npm install --save github:digitalinnovation/mns-fe-foundation#YOUR_VERSION_HERE
How to's for foundation components can be found here: foundation components.
Within our fesk-documentation you can find a variety of articles which will help you to set up various other parts necessary for the M&S.com app to run within our current ecosystem.
The pipeline is configured to use the semantic release tool with the eslint default rules.
Commits Must be in a specific format: <Keyword>: <Your commit message>.
Note keyword is case sensitive.
The following keywords are allowed:
ESLint Rules:
Breaking = Major Release
Fix = Patch Release
Update = Minor Release
New = Minor Release
There may be times when you would like to publish a version manually as shown below:
export GH_TOKEN=<String>
export NPM_TOKEN=<String>
npm run semantic-release
These tokens can be retrieved from the vault:
gh-token = mns-fe-foundation.git_token (GitHub auth token)
npm-token = mns-fe-foundation.npm_token (NPM token)
If you would like to test the commit analyser without actually releasing a new version use the --dry-run flag
npm run semantic-release -- --dry-run
FAQs
Framework for quick and easy configuration of M&S front-end applications
The npm package @mands/mns-fe-foundation receives a total of 0 weekly downloads. As such, @mands/mns-fe-foundation popularity was classified as not popular.
We found that @mands/mns-fe-foundation demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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 News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.