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

my-component-lib-react

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

my-component-lib-react

Private library for my components

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

my-component-lib-react

Private library for my components

NPM JavaScript Style Guide

Install

npm install --save my-component-lib-react

Usage

import React, { Component } from 'react'

import MyComponent from 'my-component-lib-react'
import 'my-component-lib/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © swethaganapathysubramanian

FAQs

Package last updated on 21 Sep 2020

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