
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
github.com/kaluza-tech/rununtil
Go library to run a function until a kill signal is recieved.
See the docs: https://godoc.org/github.com/mec07/rununtil
The CHANGELOG.md file tracks all of the changes and each release.
We are managing it using the helpful changelog-tool.
On Mac you can install it with brew: brew install kaluza-tech/devint/changelog-tool
.
On linux (or any other platform) you have to install the pony language.
Then just follow the instructions on the github page for installing the changelog-tool:
https://github.com/ponylang/changelog-tool#installation
The use of the tool is straightforward. To create a new changelog (don't run this in this repo because then you'll replace the current changelog with a new one!):
changelog-tool new
To start recording a new entry:
changelog-tool unreleased -e
The -e
means update the changelog file in place.
Then manually edit the changelog to add your changes in the unreleased section.
When you're ready you can then "release" it by executing:
changelog-tool release 0.0.1 -e
Replace 0.0.1
with the new version.
FAQs
Unknown package
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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.