
Research
Security News
Malicious npm Packages Target BSC and Ethereum to Drain Crypto Wallets
Socket uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.
@beardeddudes-dev/strapi-types
Advanced tools
This package includes additional Strapi types, including plugins and entities.
To use this Stripe
types in your project, you can install it via npm
or yarn
:
# Using npm
npm install --save-dev @beardeddudes-dev/strapi-types
# Using yarn
yarn add --dev @beardeddudes-dev/strapi-types
Or add to your package.json
:
{
"devDependencies": {
"@beardeddudes-dev/strapi-types": "<version>"
}
}
After, check that file tsconfig.json
exists in project root with similar content in Strapi working directory:
{
"compilerOptions": {
"outDir": "dist",
"rootDir": ".",
"resolveJsonModule": true,
"types": [
"@beardeddudes-dev/strapi-types"
]
},
"exclude": [
"**/*.test.ts",
".cache/",
"build/",
"node_modules/",
"src/admin/",
"src/plugins/**"
],
"extends": "@strapi/typescript-utils/tsconfigs/server",
"include": [
"./",
"src/**/*.json"
]
}
This configuration provides a set of common Strapi
types that align with Bearded Dudes preferences.
That's all and have a good coding.
Best wishes,
Bearded Dudes team!
FAQs
Additional Strapi typescript definitions
The npm package @beardeddudes-dev/strapi-types receives a total of 0 weekly downloads. As such, @beardeddudes-dev/strapi-types popularity was classified as not popular.
We found that @beardeddudes-dev/strapi-types 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
Socket uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.
Security News
TC39 advances 9 JavaScript proposals, including Array.fromAsync, Error.isError, and Explicit Resource Management, which are now headed into the ECMAScript spec.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.