Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
make small, simple sites.
$ npm install solid
require('solid') (app) ->
app.get "/", -> "<b>Hello world!</b>"
That's it. No, really.
A bit more contrived example can be found here, where you can see some of what you can do in solid currently.
Currently only SASS, jade, and HAML are supported.
# Inside ./app.coffee
solid = require 'solid'
solid (app) ->
app.get '/', ->
@jade 'index'
/ Inside ./views/index.jade
!!! 5
html
body: p Hello world!
The app
variable passed to your function is NOT an instance of Express. app.app should give you the instance of Express should you want to modify something in Express directly.
$ npm test
This will run solid's mocha
tests.
Abi Raja for the idea and contributions.
(Ordered roughly in terms of priority)
FAQs
Make small, simple sites
The npm package solid receives a total of 89 weekly downloads. As such, solid popularity was classified as not popular.
We found that solid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.