New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-ts-typewriter

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ts-typewriter - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

declarations.d.ts

8

package.json
{
"name": "react-ts-typewriter",
"version": "0.1.0",
"version": "0.1.1",
"description": "React typewriter component written in TypeScript with React 18",
"main": "index.tsx",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {

@@ -22,2 +23,5 @@ "type": "git",

},
"scripts": {
"prepublish": "tsc"
},
"homepage": "https://github.com/gerardmarquinarubio/ReactTypewriter#readme",

@@ -24,0 +28,0 @@ "dependencies": {

# How to use Typewriter component
```tsx
import Typewriter from 'reacttypewriter';
import Typewriter from 'react-ts-typewriter';

@@ -16,3 +16,3 @@ export default function myComponent() {

```tsx
import Typewriter from 'reacttypewriter';
import Typewriter from 'react-ts-typewriter';

@@ -19,0 +19,0 @@ export default function myComponent() {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc