
Research
PyPI Package Impersonates SymPy to Deliver Cryptomining Malware
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.
coffee-strip
Advanced tools
Strip comments from CoffeScript. Remove both line comments and block comments.

Strip comments from code. Remove both line comments and block comments.
npm i coffee-strip --save
var strip = require('coffee-strip');
strip( str );
Removes all comments:
###
comments like
this
###
doNothing: () ->
###
and like
this
###
# or like this
class myClass
# and like this
doNothing: () ->
strip.line( str );
Removes all line comments:
# This comment
but not block comments
###
this
comment
###
strip.block( str );
Removes all block comments:
###
this
comment
###
but not line comments
# This comment
mocha -R spec
Jon Schlinkert
Copyright (c) 2014 Jon Schlinkert, contributors. Released under the MIT license
FAQs
Strip comments from CoffeScript. Remove both line comments and block comments.
We found that coffee-strip 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.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.