New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@wpmudev/react-post

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wpmudev/react-post

WPMU DEV Shared UI React Post Component

latest
Source
npmnpm
Version
1.1.9
Version published
Weekly downloads
19
-24%
Maintainers
2
Weekly downloads
 
Created
Source

License: GPLv3 npm npm peer dependency version npm peer dependency version

Post

Post is a component that quick shows WPMU DEV blog posts.

This component must be used with Tutorials component only. It is not optimized to work without it.

Installation

npm i @wpmudev/react-post --save-dev

Usage

Javascript Instantiation

import React from 'react';
import {
  Post
} from '@wpmudev/react-post';

const MyApp = () => {
  return (
    <Post
        title="Post Title"
        excerpt="The big brown fox jumps over the lazy dog."
    />
  );
}

FAQs

Package last updated on 06 Jun 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