Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
decaffeinate-coffeescript2
Advanced tools
decaffeinate fork of the CoffeeScript implementation
This is is a fork of the CoffeeScript implementation with some small patches that are useful to the decaffeinate project. It also contains TypeScript types for working with the CoffeeScript AST.
It is available on npm under the name decaffeinate-coffeescript, but the intention is that it will only be useful for decaffeinate and its dependencies.
The main purpose of this process approach is to make it easy to make patches to CoffeeScript while also not interfering with branch names or version numbers. Any of these steps could probably be automated, but since this fork will likely have very few changes, we'll just follow the process manually for now.
All work is done on a branch directly off of the most recent release, currently
1.12.7. Work is done on a branch called decaffeinate-fork-1.12.7
, which is
also specified as the GitHub default branch. Ideally, the git history should be
clean, and make it clear which changes have been made on top of the official
release.
Release names are based on the CoffeeScript release, with a patch number as a
suffix. So the first patch is version 1.12.7-patch.1
, then 1-12.7-patch.2
,
etc. Semantic versioning isn't too important here since this package is just for
internal use within the decaffeinate project.
Patches are submitted as pull requests to the most recent fork branch. If the patch is a bug fix, we also make a reasonable effort to submit a PR to the official CoffeeScript repo on the master branch.
Once the patch is landed, we make another commit updating package.json with the new version number and publish the result to npm.
Whenever CoffeeScript releases a new version, we will switch to a new branch based on the new release and re-apply the relevant patches using cherry-picks. We'll skip irrelevant changes like the package.json commits. This should hopefully keep the git history understandable and keep this repository focused as a small set of well-understood patches.
FAQs
decaffeinate fork of the CoffeeScript implementation
The npm package decaffeinate-coffeescript2 receives a total of 20,765 weekly downloads. As such, decaffeinate-coffeescript2 popularity was classified as popular.
We found that decaffeinate-coffeescript2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.