Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-customizable-progressbar

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-customizable-progressbar - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

10

examples/Examples.js

@@ -12,4 +12,9 @@ import React, { Component } from 'react'

class Examples extends Component {
state = {
progress: 64
constructor(props) {
super(props)
this.state = {
progress: 64
}
}

@@ -49,4 +54,5 @@

}
}
export default Examples

2

package.json
{
"name": "react-customizable-progressbar",
"version": "0.1.15",
"version": "0.1.16",
"main": "./dist/ReactCustomizableProgressbar.js",

@@ -5,0 +5,0 @@ "files": [

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