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

@maslick/react-radiaslider

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maslick/react-radiaslider - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

demo/app.ff71a81d.js

8

app.js

@@ -23,6 +23,6 @@ import React from "react";

<canvas id={this.props.id} className="graph" width="400" height="400"/>
<div id={this.props.id + "_value1"} className="dashboard"/>
<div id={this.props.id + "_value2"} className="dashboard"/>
<div id={this.props.id + "_value3"} className="dashboard"/>
<div id={this.props.id + "_value4"} className="dashboard"/>
<div id={this.props.id + "_value1"} className="dashboard" style={{background: "#104b63", color: "white"}}/>
<div id={this.props.id + "_value2"} className="dashboard" style={{background: "#76c7e9", color: "white"}}/>
<div id={this.props.id + "_value3"} className="dashboard" style={{background: "#ff9a9a", color: "white"}}/>
<div id={this.props.id + "_value4"} className="dashboard" style={{background: "#fff69f", color: "black"}}/>
</div>

@@ -29,0 +29,0 @@ );

{
"name": "@maslick/react-radiaslider",
"version": "1.1.0",
"version": "1.1.1",
"description": "React component for radiaslider",

@@ -9,6 +9,2 @@ "repository": {

},
"scripts": {
"start": "parcel index.html -d test",
"build": "parcel build index.html --public-url ./ --out-dir demo/"
},
"keywords": [

@@ -35,3 +31,7 @@ "react",

"cssnano": "^4.1.8"
},
"scripts": {
"start": "parcel index.html -d test",
"build": "parcel build index.html --public-url ./ --out-dir demo/"
}
}

Sorry, the diff of this file is not supported yet

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