Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@phase2/outline-docs

Package Overview
Dependencies
Maintainers
9
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phase2/outline-docs - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

dist/index.d.ts

14

index.ts

@@ -1,14 +0,12 @@

const path = require('path');
exports.outlineStories = [
export const outlineStories: string[] = [
// Intentionally ordering welcome page first.
path.join(__dirname, 'src/guides/welcome.mdx'),
'./src/guides/welcome.mdx',
// Component development guides.
path.join(__dirname, 'src/guides/development/component-development/**/*.mdx'),
'./src/guides/development/component-development/**/*.mdx',
// Component usage guides.
path.join(__dirname, 'src/guides/consumers/**/*.mdx'),
'./src/guides/consumers/**/*.mdx',
// QA/UAT usage guides.
path.join(__dirname, 'src/guides/qa-uat/**/*.mdx'),
'./src/guides/qa-uat/**/*.mdx',
// Tooling usage guides.
path.join(__dirname, 'src/guides/tooling/**/*.mdx'),
'./src/guides/tooling/**/*.mdx',
];
{
"name": "@phase2/outline-docs",
"version": "0.0.14",
"version": "0.0.15",
"description": "Outline Documentation",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc