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

guify

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guify - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

5

changelog.md

@@ -0,1 +1,6 @@

## 0.14.2
- Fixed extra padding below `range` and `color` components
- Fixed vertical alignment of `title` component
## 0.14.1

@@ -2,0 +7,0 @@

4

package.json

@@ -5,3 +5,3 @@ {

"author": "Jonathan Cole <joncole04412@gmail.com>",
"version": "0.14.1",
"version": "0.14.2",
"description": "A simple GUI for inspecting and changing JS variables",

@@ -54,3 +54,3 @@ "keywords": [

"postcss-loader": "^6.2.0",
"postcss-preset-env": "^6.7.0",
"postcss-preset-env": "^7.0.0",
"style-loader": "^3.3.1",

@@ -57,0 +57,0 @@ "webpack": "^5.63.0",

@@ -6,3 +6,6 @@ module.exports = {

{
autoprefixer: { grid: true },
stage: 3,
features: {
"nesting-rules": true,
}
},

@@ -9,0 +12,0 @@ ],

@@ -61,3 +61,3 @@ import ComponentBase from "../component-base.js";

css(icon, {
position: "relative",
position: "absolute", // Fixes extra height being applied below for some reason
display: "inline-block",

@@ -64,0 +64,0 @@ width: "12.5%",

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

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 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