
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
@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 433 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 joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.