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

8

lib/index.js

@@ -238,3 +238,4 @@ 'use strict';

height: height
})
}),
"aria-hidden": true
}, React.createElement(reactSimpleAnimate.Animate, _extends({

@@ -340,5 +341,7 @@ tag: "span",

justifyContent: 'center'
}
},
"aria-label": numbers
}, Array.from(numbers).map(function (n, key) {
var nonNumber = React.createElement("span", {
"aria-hidden": true,
style: nonNumberStyle,

@@ -369,2 +372,3 @@ key: numberCounter

return !Number.isNaN(parseInt(n, 10)) ? React.createElement("span", {
"aria-hidden": true,
style: {

@@ -371,0 +375,0 @@ padding: 0

{
"name": "react-flip-numbers",
"version": "2.1.1",
"version": "2.1.2",
"description": "react flip your numbers",

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

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