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

@elevate_security/elevate-component-library

Package Overview
Dependencies
Maintainers
3
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elevate_security/elevate-component-library - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

package.json
{
"name": "@elevate_security/elevate-component-library",
"version": "1.0.8",
"version": "1.0.9",
"description": "A library of elevate ui components",

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

@@ -26,8 +26,3 @@ import styled from 'styled-components'

export const StyledInput = styled.input`
<<<<<<< HEAD
height: calc(${styledMap('size', theme.input.height)} - 4px);
width: ${styledMap('width', { full: '100%', default: 'auto' })};
=======
height: ${styledMap('size', theme.input.height)};
>>>>>>> master
border-radius: ${theme.input.borderRadius};

@@ -34,0 +29,0 @@ outline: none;

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

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