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

use-spoiler

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-spoiler

react spoiler hook

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

use-spoiler

react spoiler hook

NPM JavaScript Style Guide

Install

npm install --save use-spoiler

Usage

import React, { Component } from 'react'
import { useMyHook } from 'use-spoiler'

const App = () => {
  return (
    <div id='example'>
      <p>Suspect Verbal Kint was {useSpoiler('Keyser Söze')}      since in the beginning.</p>
      <p>Suspect Verbal Kint was {useSpoiler('Keyser Söze', 5)}   since in the beginning.</p>
      <p>Suspect Verbal Kint was {useSpoiler('Keyser Söze', 10)}  since in the beginning.</p>
    </div>
  )
}

License

MIT © ahmetozantekin

This hook is created using create-react-hook.

FAQs

Package last updated on 26 Nov 2019

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