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

react-flip-numbers

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flip-numbers - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

46

package.json
{
"name": "react-flip-numbers",
"version": "2.1.2",
"version": "2.1.3",
"description": "react flip your numbers",

@@ -31,5 +31,5 @@ "main": "lib/index.js",

"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",

@@ -45,3 +45,3 @@ "@babel/plugin-proposal-export-default-from": "^7.0.0",

"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.3.2",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",

@@ -51,3 +51,3 @@ "@babel/plugin-syntax-dynamic-import": "^7.0.0",

"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-flow": "^7.0.0",

@@ -57,22 +57,22 @@ "@babel/preset-react": "^7.0.0",

"babel-eslint": "^10.0.1",
"babel-jest": "^23.4.2",
"coveralls": "^3.0.2",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint": "^5.12.0",
"babel-jest": "^24.1.0",
"coveralls": "^3.0.3",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3",
"flow-bin": "^0.89.0",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"flow-bin": "^0.93.0",
"flow-typed": "^2.5.1",
"jest": "^23.6.0",
"react": "16.7.0",
"react-dom": "16.7.0",
"react-test-renderer": "^16.7.0",
"jest": "^24.1.0",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-test-renderer": "^16.8.3",
"rimraf": "^2.6.3",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.2.0",
"rollup": "^1.2.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0",

@@ -86,4 +86,4 @@ "rollup-plugin-flow": "^1.1.1"

"dependencies": {
"react-simple-animate": "2.5.0"
"react-simple-animate": "^2.6.0"
}
}

@@ -0,1 +1,3 @@

# React Flip Numbers
[![Coverage Status](https://coveralls.io/repos/github/bluebill1049/react-flip-numbers/badge.svg?branch=master)](https://coveralls.io/github/bluebill1049/react-flip-numbers?branch=master)

@@ -9,4 +11,2 @@ [![npm version](https://img.shields.io/npm/v/react-flip-numbers.svg?style=flat-square)](https://www.npmjs.com/package/react-flip-numbers)

Features:
- Flip your numbers in 3D space

@@ -17,5 +17,3 @@ - Super easy to use

$ yarn add react-flip-numbers
or
$ npm install react-flip-numbers -S
npm install react-flip-numbers -S

@@ -42,3 +40,2 @@ <p align="center">

numbers="12345"
numberStyle={{ color: 'black' }}
/>

@@ -54,4 +51,3 @@ );

| `numbers` | string | ✓ | |
| `nonNumberStyle` | string | | Css inline style for not number eg , : . |
| `numberStyle` | string | | Css inline style for number |
| `play` | boolean | ✓ | Start the animation ||
| `height` | number | ✓ | Individual number height |

@@ -62,4 +58,5 @@ | `width` | number | ✓ | Individual number width |

| `perspective` | number | | Css 3D transition perspective |
| `nonNumberStyle` | string | | Css inline style for not number eg , : . |
| `numberStyle` | string | | Css inline style for number
| `durationSeconds` | number | | |
| `delaySeconds` | number | | |
| `play` | boolean | ✓ | Start the animation |
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