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.1 to 0.1.2

6

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

@@ -8,0 +8,0 @@ "type": "git",

@@ -16,3 +16,3 @@ {

// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
"jsx": "preserve", /* Specify what JSX code is generated. */
"jsx": "react-jsx", /* Specify what JSX code is generated. */
// "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */

@@ -19,0 +19,0 @@ // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */

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