Socket
Socket
Sign inDemoInstall

react-line-progress

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-line-progress - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/index.js

@@ -42,3 +42,3 @@ 'use strict';

_this.state = {
percent: _this.props.percent
percent: props.percent
};

@@ -45,0 +45,0 @@ return _this;

{
"name": "react-line-progress",
"version": "1.0.2",
"version": "1.0.3",
"description": "React line progress bar",

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

@@ -9,3 +9,3 @@ import React from 'react';

this.state = {
percent: this.props.percent
percent: props.percent
}

@@ -12,0 +12,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