
Research
/Security News
npm Malware Campaign Uses Adspect Cloaking to Deliver Malicious Redirects
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.
@phase2/outline-docs
Advanced tools
This provides a base set of documentation about Outline for projects to include in their storybook instances.
The following shows a very minimal sample of how to get the included stories into your Storybook instance.
Use it as a guide to modify your src/.storybook/main.js file or wherever your project is defining config for storybook.
module exports {
features: {
storyStoreV7: true,
postcss: false,
buildStoriesJson: true,
modernInlineRender: true,
},
framework: {
name: '@storybook/web-components-vite',
options: {},
},
docs: {
autodocs: true,
defaultName: 'Full Documentation', // set to change the name of generated docs entries
},
stories: [
'../components/**/*.stories.@(js|ts|mdx)',
'./stories/!(guides|tokens|demonstration|examples)**/*.stories.@(js|jsx|ts|tsx|mdx)',
],
}
FAQs
Outline Documentation
We found that @phase2/outline-docs demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads