
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
nw-global-nav-asset-shim
Advanced tools
Serve app-site
assets from your node app.
This is meant to simplify development of node apps outside of
dev-vagrant
only. This module should not be used in production.
npm i --save nw-global-nav-asset-shim
var app = require(express)()
if (process.env.NODE_ENV === 'development') {
var shim = require('nw-global-nav-asset-shim')
shim({ appsitePath: '/my/dev/app-site' }, app)
}
Shims the following asset routes:
/css
/js
/global-styles
When consuming global-nav
(via something like nw-nerdlayoutjs
) you get a
payload used as the layout for your app. Parts of the layout reference global
assets that make up things like the global header and footer styles and js. If
you want to run your node app outside of dev-vagrant
you'll need to serve
these assets yourself so something like localhost:3000/css/bundle.min.css
resolves correctly. These assets live in your app-site
clone, so this shim
just serves from your local clone at the expected routes (see above).
FAQs
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.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.