New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@reuters-graphics/graphics-svelte-components

Package Overview
Dependencies
Maintainers
4
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reuters-graphics/graphics-svelte-components

![](https://graphics.thomsonreuters.com/style-assets/images/logos/reuters-graphics-logo/svg/graphics-logo-color-dark.svg)

  • 0.1.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
49
increased by16.67%
Maintainers
4
Weekly downloads
 
Created
Source

⚙️ graphics-svelte-components

Svelte components for making graphics pages.

Read the docs.

Developing

Add your component in a folder one level below src/lib, for example:

src/
  lib/
    MyComponent/
      index.svelte

To document your component, add a docs.svx file in your component directory:

MyComponent/
  docs.svx
  index.svelte

Use Svelte in Markdown syntax to document your component's features in your docs.

IMPORTANT: You MUST add minimal frontmatter data to your docs, including a title, description and slug.

---
title: MyComponent
description: A component that does things.
slug: my-component
---

# MyComponent

etc.

Once you've completed documenting your component, commit it and then version the package to release:

npm version patch

FAQs

Package last updated on 08 Jul 2021

Did you know?

Socket

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.

Install

Related posts

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