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

react-typing-animation

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-typing-animation - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

example/index.js
import React from 'react';
import ReactDOM from 'react-dom';
import { AppContainer } from 'react-hot-loader';
import ReactDOM from 'react-dom'; // eslint-disable-line import/no-extraneous-dependencies
import { AppContainer } from 'react-hot-loader'; // eslint-disable-line import/no-extraneous-dependencies

@@ -5,0 +5,0 @@ import App from './App';

{
"name": "react-typing-animation",
"version": "1.0.3",
"version": "1.0.4",
"main": "./dist/index.js",
"scripts": {
"build": "mkdir -p ./dist && babel ./src/index.js --out-file ./dist/index.js",
"build": "mkdir -p ./dist && babel ./src --out-dir ./dist",
"build:example": "npm run clean && NODE_ENV=production webpack --progress --config ./example/webpack.config.js",
"clean": "rimraf ./example/build/* && npm run lint",
"lint": "eslint --ignore-path .gitignore .; exit 0",
"start": "node ./example/webpack-dev-server.js"
"start": "node ./example/webpack-dev-server.js",
"prepublish": "NODE_ENV=production npm run build"
},

@@ -12,0 +13,0 @@ "babel": {

Sorry, the diff of this file is not supported yet

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