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

@popmenu/dashboard

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@popmenu/dashboard - npm Package Compare versions

Comparing version 0.46.0 to 0.47.0

5

build/index.es.js

@@ -374,3 +374,3 @@ import * as React from 'react';

var variant = props.variant, severity = props.severity;
var background;
var background = theme.palette.grey[100];
var backgrounds = {

@@ -444,2 +444,5 @@ outlined: 'none',

},
deleteIcon: {
color: theme.palette.grey[500],
},
}); });

@@ -446,0 +449,0 @@

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

var variant = props.variant, severity = props.severity;
var background;
var background = theme.palette.grey[100];
var backgrounds = {

@@ -489,2 +489,5 @@ outlined: 'none',

},
deleteIcon: {
color: theme.palette.grey[500],
},
}); });

@@ -491,0 +494,0 @@

4

package.json
{
"name": "@popmenu/dashboard",
"version": "0.46.0",
"version": "0.47.0",
"license": "MIT",

@@ -32,3 +32,3 @@ "author": "Popmenu Design System Team",

"sideEffects": false,
"gitHead": "d916d424974e2b83aa74e38973851fbab2cda638"
"gitHead": "a6eee5eee4880b5278ab49bece98d40d18000f56"
}

Sorry, the diff of this file is not supported yet

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