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)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Module
{{Module
|name=Node usage, tools, and style
|name=NodeJS usage, tools, and style
|description=Approves node modules vendored into the tree, advises on use of node at build and runtime.
|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], [mailto:jlaster@mozilla.com Jason Laster], ...
|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=non-third-party C++ and Rust code in the tree
|source_dirs=package.json, package-lock.json, node_modules and others as appropriate
|components=Various components
|components=Various components
|group=dev-platform
|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