You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-glitch-text

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-glitch-text - npm Package Compare versions

Comparing version

to
0.1.9

7

dist/components/Glitch.d.ts
/// <reference types="react" />
import { GlitchProps } from '../@types';
declare const Glitch: (props: GlitchProps) => JSX.Element;
declare const Glitch: (props: {
children: string;
color?: string;
fontSize?: string;
}) => JSX.Element;
export default Glitch;

@@ -10,3 +10,3 @@ {

],
"version": "0.1.8",
"version": "0.1.9",
"private": false,

@@ -25,12 +25,12 @@ "license": "ISC",

"devDependencies": {
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.3"
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

@@ -37,0 +37,0 @@ "eslintConfig": {

# React Glitch Text
<img src="https://github.com/belferink1996/react-glitch-text/blob/docs/main/preview.gif" />
<img src="https://github.com/belferink1996/react-glitch-text/blob/main/docs/preview.gif" />

@@ -5,0 +5,0 @@ ## Installation and usage

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet