Socket
Socket
Sign inDemoInstall

react-scroll-progress-bar

Package Overview
Dependencies
8
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

2

package.json
{
"name": "react-scroll-progress-bar",
"version": "1.1.3",
"version": "1.1.4",
"description": "A scroll progress bar component for React",

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

@@ -11,7 +11,7 @@ import PropTypes from "prop-types";

backgroundColor: `${bgcolor}`,
height: `${height}px`,
height: `${height}s`,
width: `${width}`,
transitionProperty: 'width',
transitionProperty: `width`,
transitionDuration: `${duration}s`,
transitionTimingFunction: 'ease',
transitionTimingFunction: `ease`,
});

@@ -18,0 +18,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc