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

chaser-components

Package Overview
Dependencies
Maintainers
2
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chaser-components - npm Package Compare versions

Comparing version 6.0.0 to 6.0.2

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

### [6.0.2](https://bitbucket.org/chasertech/chaser-components/compare/v6.0.1...v6.0.2) (2021-03-24)
### [6.0.1](https://bitbucket.org/chasertech/chaser-components/compare/v6.0.0...v6.0.1) (2021-03-24)
## [6.0.0](https://bitbucket.org/chasertech/chaser-components/compare/v6.0.0-alpha.16...v6.0.0) (2021-03-09)

@@ -7,0 +11,0 @@

2

package.json
{
"name": "chaser-components",
"description": "Chaser HQ Component Library",
"version": "6.0.0",
"version": "6.0.2",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "module": "dist/index.modern.js",

@@ -24,3 +24,3 @@ import { string, node, oneOf } from 'prop-types';

({ theme }) => ({
borderBottom: `1px solid ${theme.colors.borderAccent}`,
borderBottom: `1px solid ${theme.colors.divider}`,
}),

@@ -27,0 +27,0 @@ );

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

focusRadius,
contentClassName,
}) => {

@@ -50,3 +51,3 @@ const [shown, setShown] = useControlProp(shownProp, onToggle, false);

renderContent={({ ref, style }) => (
<div ref={ref} style={style}>
<div ref={ref} style={style} className={contentClassName}>
{shown && (

@@ -53,0 +54,0 @@ <MoveFocusInside>

@@ -136,3 +136,3 @@ const space = [0, 4, 8, 16, 24, 32, 40];

card:
'rgba(0, 0, 0, 0.01) 0px 0.22px 0.08px 0px, rgba(0, 0, 0, 0.02) 0px 0.53px 0.5px 0px, rgba(0, 0, 0, 0.02) 0px 1px 1px 0px, rgba(0, 0, 0, 0.02) 0px 1.78px 2.5px 0px, rgba(0, 0, 0, 0.03) 0px 3.34px 6px 0px, rgba(0, 0, 0, 0.04) 0px 8px 15px 0px',
'rgba(0, 0, 0, 0.01) 0px 0.22px 0.08px 0px, rgba(0, 0, 0, 0.02) 0px 0.53px 0.5px 0px, rgba(0, 0, 0, 0.02) 0px 1px 1px 0px, rgba(0, 0, 0, 0.02) 0px 1.78px 2.5px 0px, rgba(0, 0, 0, 0.03) 0px 3.34px 6px 0px, rgba(0, 0, 0, 0.04) 0px 8px 15px 0px, 0px 0px 10px rgb(0 0 0 / 5%)',
},

@@ -139,0 +139,0 @@ components: {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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