
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@misk/dev
Advanced tools
This package provides shared devDependencies, compiler options, and linting used to provide a common development environment across Misk tab repos.
$ yarn add @misk/dev
Create a tsconfig.json file in the repo root directory with the following:
{
"extends": "./node_modules/@misk/dev/tsconfig.base",
"compilerOptions": {
"outDir": "./dist"
}
}
Create a tslint.json file in the repo root directory with the following:
{
"extends": "@misk/dev"
}
"@types/node": "^10.7.0",
"@types/react": "^16.4.10",
"@types/react-dom": "^16.0.7",
"@types/react-helmet": "^5.0.7",
"@types/react-hot-loader": "^4.1.0",
"@types/react-redux": "^6.0.6",
"@types/react-router": "^4.0.30",
"@types/react-router-dom": "^4.3.0",
"@types/react-router-redux": "^5.0.15",
"@types/webpack-env": "^1.13.6",
"tslint": "^5.11.0",
"tslint-blueprint": "^0.1.0",
"tslint-clean-code": "^0.2.7",
"tslint-config-prettier": "^1.14.0",
"tslint-consistent-codestyle": "^1.13.3",
"tslint-eslint-rules": "^5.3.1",
"tslint-immutable": "^4.6.0",
"tslint-react": "^3.6.0",
"tslint-sonarts": "^1.7.0",
"typescript": "^3.0.1"
FAQs
Misk-Web Build and Dev Tools
The npm package @misk/dev receives a total of 516 weekly downloads. As such, @misk/dev popularity was classified as not popular.
We found that @misk/dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.