Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
generates ascii-font headers like this:
###
0000000 0000000 000 000000000
000 000 000 000 000
0000000 000000000 000 000
000 000 000 000 000
0000000 000 000 0000000 000
###
when it discovers special comment lines:
#!! salt
it is most useful when attached to a watch:
gulp = require 'gulp'
salt = require 'gulp-salt'
gulp.task 'default', ->
gulp.watch ['**/*.coffee'], (e) ->
gulp.src e.path, base: './'
.pipe salt()
.pipe gulp.dest '.'
it keeps the indentation level intact and you can configure the comment format for different file types:
coffee:
marker: '#!!'
prefix: '###'
postfix: '###'
styl:
marker: '//!'
prefix: '/*'
fill: '* '
postfix: '*/'
This stuff works for me, but I won't guarantee that it works for you as well. Use at your own risk!
FAQs
gulp plugin that inserts ascii headers
The npm package gulp-salt receives a total of 1 weekly downloads. As such, gulp-salt popularity was classified as not popular.
We found that gulp-salt 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.