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

react-scroll-progress-bar

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scroll-progress-bar - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

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

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

@@ -13,3 +13,5 @@ import PropTypes from "prop-types";

width: `${width}`,
transition: `width ${duration}s ease`,
transitionProperty: 'width',
transitionDuration: `${duration}s`,
transitionTimingFunction: 'ease',
});

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

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