User:Mossop:NodeModule: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
(Added Danny Coates to the list of peers)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Module
{{Module
|name=NodeJS usage, tools, and style
|name=NodeJS usage, tools, and style
|description=Advises on the use of NodeJS modules at build and runtime. Works with appropriate teams to maintain automated license and security audits of vendored node modules. Works with the security team and relevant developers to respond to vulnerabilities in NodeJS and vendored NodeJS modules.
|description=Advises on the use of NodeJS and npm packages at build and runtime. Reviews additions/upgrades/removals of vendored npm packages. Works with appropriate teams to maintain automated license and security audits of npm packages. Works with the security team and relevant developers to respond to vulnerabilities in NodeJS and vendored npm packages.
|owner=[mailto:dmosedale@mozilla.com Dan Mosedale]
|owner=[mailto:dmosedale@mozilla.com Dan Mosedale]
|peers=[mailto:dtownsend@mozilla.com Dave Townsend], ...
|peers=[mailto:mbanner@mozilla.com Mark Banner], [mailto:dcoates@mozilla.com Danny Coates], [mailto:khudson@mozilla.com Kate Hudson], [mailto:jlaster@mozilla.com Jason Laster], [mailto:elee@mozilla.com Ed Lee], [mailto:dtownsend@mozilla.com Dave Townsend]
|source_dirs=package.json, package-lock.json, node_modules and others as appropriate
|source_dirs=package.json, package-lock.json, node_modules and others as appropriate
|components=Various components
|components=Various components
|group=[https://wiki.mozilla.org/Firefox/firefox-dev firefox-dev]
|forum=[https://wiki.mozilla.org/Firefox/firefox-dev firefox-dev], #nodejs on slack
}}
}}

Latest revision as of 14:30, 1 November 2019

Name: NodeJS usage, tools, and style (#)
Description: Advises on the use of NodeJS and npm packages at build and runtime. Reviews additions/upgrades/removals of vendored npm packages. Works with appropriate teams to maintain automated license and security audits of npm packages. Works with the security team and relevant developers to respond to vulnerabilities in NodeJS and vendored npm packages.
Owner: Dan Mosedale
Peer(s): Mark Banner, Danny Coates, Kate Hudson, Jason Laster, Ed Lee, Dave Townsend
Source Dir(s): package.json, package-lock.json, node_modules and others as appropriate
Bugzilla Component(s): Various components
Discussion Forum(s): firefox-dev, #nodejs on slack