
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A source code formatter for PureScript.
You can install the npm package
npm install purty
Binaries are available from Bintray
You can format a file by invoking purty with the path to the file.
For instance, if you had a Main module in a src directory, you could say:
purty src/Main.purs
This will write the formatted module to STDOUT.
If you'd like to format the module and write it back to the same file, you can use the --write option:
purty --write src/Main.purs
This will write the formatted module to src/Main.purs.
A listing of all available options can be shown with the --help option
purty --help
For examples of how purty formats, see the golden tests.
7.0.0
This is the first release that supports the 0.14.0 compiler and its syntactical changes.
Overall, not much has changed. The new syntactic constructs are kind signatures and roles. Kind signatures are formatted like type signatures. Roles are are all on a single line for now.
This release will likely still work for most 0.13.x code. Though there's no explicit support for the 0.13.x series at the moment. The breaking changes are for some edge cases that it doesn't seem like many would run into, but they're breaking for a reason.
FAQs
PureScript pretty printer
The npm package purty receives a total of 336 weekly downloads. As such, purty popularity was classified as not popular.
We found that purty demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.