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

grommet-theme-hpe

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grommet-theme-hpe - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

yarn.lock

16

index.js
// (C) Copyright 2017-2018 Hewlett Packard Enterprise Development LP
import { css } from 'styled-components';
const isObject = item => (
item && typeof item === 'object' && !Array.isArray(item));
const deepFreeze = (obj) => {

@@ -85,2 +89,14 @@ Object.keys(obj).forEach(

},
checkBox: {
icon: {
extend: css`
box-sizing: border-box;
position: absolute;
top: 0px;
left: 0px;
width: ${props => props.theme.checkBox.size};
height: ${props => props.theme.checkBox.size};
`,
},
},
clock: {

@@ -87,0 +103,0 @@ analog: {

5

package.json
{
"name": "grommet-theme-hpe",
"version": "0.2.0",
"version": "0.3.0",
"main": "index.js",

@@ -18,3 +18,6 @@ "sideEffects": false,

"url": "https://github.com/grommet/grommet-theme-hpe.git"
},
"peerDependencies": {
"styled-components": "^4.0.0"
}
}
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