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.3.0 to 1.3.1

22

package.json
{
"name": "react-typing-animation",
"version": "1.3.0",
"version": "1.3.1",
"author": "Adam King https://github.com/adamjking3",

@@ -18,4 +18,6 @@ "homepage": "https://adamjking3.github.io/react-typing-animation-example/",

"scripts": {
"build": "mkdir -p ./dist && NODE_ENV=production babel ./src --out-dir ./dist",
"build:example": "npm run clean && webpack --progress --config ./example/webpack.config.js",
"build":
"mkdir -p ./dist && NODE_ENV=production babel ./src --out-dir ./dist",
"build:example":
"npm run clean && webpack --progress --config ./example/webpack.config.js",
"clean": "rimraf ./example/build/* && npm run lint",

@@ -72,11 +74,6 @@ "lint": "eslint --ignore-path .gitignore .",

"babel": {
"presets": [
"react-app"
]
"presets": ["react-app"]
},
"eslintConfig": {
"extends": [
"react-app",
"prettier"
]
"extends": ["react-app", "prettier"]
},

@@ -89,6 +86,3 @@ "prettier": {

},
"eslintIgnore": [
"dist",
"example/build"
]
"eslintIgnore": ["dist", "example/build"]
}

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