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.
grunt-devserver
Advanced tools
grunt-devserver provides a simple way to quickly get a development server serving up your content with
As a developer I needed a lightweight way to serve up client-side applications and content in isolation from a larger server application. Something that supported a rapid workflow and integrated with my tools.
Install it from the command line into your project
npm install grunt-devserver --save-dev
Or add it to your package.json devDependicies
"devDependencies": {
"grunt-devserver": "*"
}
Or install it globally
npm install grunt-devserver -g
Once grunt-devserver has been installed globally you can run it from any folder by typing devserver
Command line options:
-t, --type (server type) http|https (default is http)
-p, --port (port number) listen on this port
-f, --folder (full path to a folder) serves this folder
--cache (method) the method to return in the Cache-Control HTTP header. Default is no-cache.
In your GruntFile.js file add this to your grunt configuration:
devserver : { options: { 'type' : <string> (http|https defaults to http)
, 'port' : <port number> (defaults to 8888)
, 'base' : <directory> (defaults to .)
, 'cache' : <string> (defaults to 'no-cache')
}
}
Load the devserver task:
grunt.loadNpmTasks(grunt-devserver)
and execute using:
grunt devserver
Yeoman automatically loads all node_modules prefixed with "grunt" as grunt tasks. Just install grunt-devserver and you're ready to go
grunt devserver
Logos and tools are property of their respective owners.
Grunt
Yeoman
0.3.0
FAQs
a simple web server without caching for development
The npm package grunt-devserver receives a total of 62 weekly downloads. As such, grunt-devserver popularity was classified as not popular.
We found that grunt-devserver 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.