Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-typist

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-typist - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

CHANGELOG.md

@@ -6,3 +6,3 @@ # React Typist Changelog

- Fixes
+ Move `promise-mock` as a `devDepencency`
+ Move `promise-mock` to `devDependencies`

@@ -17,6 +17,8 @@

- Fixes:
+ Can now render server-side
+ Can now use server rendering
+ Component no longer sets state after being unmounted
- Development:
+ Upgrade to React 15
+ Upgrade to Babel 6, and other tooling upgrades
+ Switch to promises to make code more concise and readable

@@ -23,0 +25,0 @@

{
"name": "react-typist",
"version": "1.0.1",
"version": "1.0.2",
"description": "Typing animations with React",

@@ -35,4 +35,4 @@ "main": "dist/Typist.js",

"peerDependencies": {
"react": "^15.0",
"react-dom": "^15.0"
"react": "^0.14 || ^15.0",
"react-dom": "^^0.14 || ^15.0"
},

@@ -39,0 +39,0 @@ "devDependencies": {

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