
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
@vue-storefront/api-extractor-config
Advanced tools
> Common API Extractor configuration for Alokai Integrations
Common API Extractor configuration for Alokai Integrations
yarn add -D @vue-storefront/api-extractor-config
First, you need a configuration file in your package root:
{
"extends": "@vue-storefront/api-extractor-config",
"mainEntryPointFilePath": "./lib/api-extractor-data.d.ts",
"projectFolder": ".",
"compiler": {
"tsconfigFilePath": "<projectFolder>/tsconfig.json"
},
"dtsRollup": {
"untrimmedFilePath": "./lib/<unscopedPackageName>.d.ts"
},
"docModel": {
"apiJsonFilePath": "<projectFolder>/../../docs/enterprise/reference/api/<unscopedPackageName>.api.json"
}
}
This configuration assumes, that you have also a file src/api-extractor-data.ts
in your project that exports the API definitions:
/**
* Package documentation description.
*
* @packageDocumentation
*/
export * from "./types";
// etc...
mainEntryPointFilePath
points to lib
, so you need to build your package before running API Extractor.
FAQs
> Common API Extractor configuration for Alokai Integrations
The npm package @vue-storefront/api-extractor-config receives a total of 13 weekly downloads. As such, @vue-storefront/api-extractor-config popularity was classified as not popular.
We found that @vue-storefront/api-extractor-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 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.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.