Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@vtex-miss/styleguide-types
Advanced tools
In my day to day work with VTEX IO I use the lib `vtex.styleguide` a lot and i like to use Typescript, but the lib doesn't have all types defined. The oficial lib looks like than stoped to be maintained, so i decided to create this lib to help me and mayb
In my day to day work with VTEX IO I use the lib vtex.styleguide
a lot and i like to use Typescript, but the lib doesn't have all types defined. The oficial lib looks like than stoped to be maintained, so i decided to create this lib to help me and maybe help you too.
Access you react directory and install the lib:
yarn add @vtex-miss/styleguide-types
How this lib is only types, you need to guarantee that the lib vtex.styleguide@6.x
is in your manifest.json
in your VTEX IO APP.
{
"dependencies": {
// ...
"vtex.styleguide": "6.x"
}
}
includes this type in your tsconfig to overwrite the natives types
// tsconfig.json
{
"compilerOptions": {
// ...
"include": [
// ...
"node_modules/@vtex-miss/styleguide-types/src/index.d.ts"
]
}
}
FAQs
In my day to day work with VTEX IO I use the lib `vtex.styleguide` a lot and i like to use Typescript, but the lib doesn't have all types defined. The oficial lib looks like than stoped to be maintained, so i decided to create this lib to help me and mayb
The npm package @vtex-miss/styleguide-types receives a total of 60 weekly downloads. As such, @vtex-miss/styleguide-types popularity was classified as not popular.
We found that @vtex-miss/styleguide-types demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.