
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
eslint-config-wt-browser
Advanced tools
HubSpot Marketing WebTeam ESLint rules for Browsers
This is a list of ESLint rules that are recommended for use with Hubspot Marketing WebTeam projects.
https://www.npmjs.com/package/eslint-config-wt-browser
This is a set of ESLint rules that are recommended for use with Hubspot Marketing WebTeam projects, and it also include StyleLint as a linter for CSS/SCSS files.
npm i -D eslint-config-wt-browser
.eslintrc
in project root directory{
"extends": "eslint-config-wt-browser"
}
.eslintrc
e.g.{
"extends": "eslint-config-wt-browser",
"settings": {
"import/resolver": "webpack"
}
}
.stylelintrc.json
:{
"extends": "./node_modules/eslint-config-wt-browser/.stylelintrc.json",
"ignoreFiles": [
// any folders to ignore
// e.g. "./dist/**/*.{css,scss,sass}"
]
}
node_modules
package-lock.json
npm i
js
linting and sass
linting worksReference https://eslint.org/docs/developer-guide/shareable-configs
This package is intended to be used as a starting point for ESLint rules for FrontEnd projects, and should be used in browser environments.
FAQs
HubSpot Marketing WebTeam ESLint rules for Browsers
The npm package eslint-config-wt-browser receives a total of 0 weekly downloads. As such, eslint-config-wt-browser popularity was classified as not popular.
We found that eslint-config-wt-browser 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.