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

demo_content

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

demo_content

The demo_content package contains the reusable button for using in web applications. Please see the Getting Started guide for more information on how to get started with it

latest
npmnpm
Version
1.2.2
Version published
Maintainers
1
Created
Source

Demo_content

The demo_content package contains the reusable button for using in web applications. Please see the Getting Started guide for more information on how to get started with it

Install

npm i --save demo_content

usage

import {Demo} from "Demo_content"

example

import React from 'react';
import {Demo} from "demo_content"
const Sampleex=()=> {
    return (
   
   <Demo></Demo>
    );
}

export default Sampleex;

Logo

FAQs

Package last updated on 16 Jun 2022

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