Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@dcos/tslint-config
Advanced tools
Shared tslint config for DCOS projects using typescript
You should follow conventional commit formatting rules, as they provide a framework to write explicit messages that are easy to comprehend when looking through the project history and enable automatic change log generation.
These Guidelines were written based on AngularJS Git Commit Message Conventions.
<type>[optional scope]: <description>
[optional body]
[optional footer]
After your PR is merged to master
to cut a release is very simple, assuming you are on master
branch follow the steps below.
Fetch all git tags
git fetch origin --tags
Then run the command to automatically update the package.json
, changelog.md
and create a new release commit.
npm run release
Now push the latest commit and the tag created (run git tag
to see all tags).
git push origin master && git push origin TAG_VERSION
And finally publish to npm.
npm publish
0.1.1 (2018-09-11)
<a name="0.1.0"></a>
FAQs
Shared tslint config for DCOS projects using typescript
The npm package @dcos/tslint-config receives a total of 1 weekly downloads. As such, @dcos/tslint-config popularity was classified as not popular.
We found that @dcos/tslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.