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

@app-masters/react-dashboard-components

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@app-masters/react-dashboard-components - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

CHANGELOG.md

@@ -7,3 +7,3 @@ # Changelog

## [0.0.6/0.0.7] - 2018-01-17
## [0.0.6/0.0.8] - 2018-01-17
### Changed

@@ -10,0 +10,0 @@ - Fixing styles

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

var percent = value + '%';
var percentDisplay = Math.round(value) + '%';
var percentDisplay = value + '%';
boxStyle = Object.assign({}, styles.boxStyle, boxStyle);

@@ -65,0 +65,0 @@ titleStyle = Object.assign({ width: percent }, styles.titleStyle, titleStyle);

{
"name": "@app-masters/react-dashboard-components",
"version": "0.0.7",
"version": "0.0.8",
"description": "",

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

@@ -21,3 +21,3 @@ import React, {Component} from 'react';

let percent = value+'%';
let percentDisplay = Math.round(value)+'%';
let percentDisplay = value+'%';
boxStyle = Object.assign({}, styles.boxStyle, boxStyle);

@@ -24,0 +24,0 @@ titleStyle = Object.assign({width: percent}, styles.titleStyle, titleStyle);

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