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

syndicus

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syndicus

A library that let React developers easily use content from blogging platforms everywhere

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by150%
Maintainers
1
Weekly downloads
 
Created
Source

syndicus

A library to help developers implement content syndication.

Installation

npm install syndicus

Usage

"use client"

import { DevTo, Title, Content } from "syndicus"

const Article = () => {
  return (
    // Replace {POST_ID} by the Post ID of the post published on DEV.to
    <DevTo article="{POST_ID}">
      <Title />
      <Content />
    </DevTo>
  )
}

export default Article

Supported Platforms

  • DEV.to

Supported Content

  • Article

Roadmap

The short-term roadmap is defined by the issues open. If you want something implemented, make sure to open a issue in this repository.

Keywords

FAQs

Package last updated on 09 Apr 2023

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