Socket
Socket
Sign inDemoInstall

awesome-selector

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "awesome-selector",
"description": "React, Javascript, and Typescript compatible selector.",
"version": "1.0.1",
"version": "1.0.2",
"author": "Mostafa Mohammadzadeh",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -517,4 +517,34 @@ "use strict";

.selector * {
padding: 0;
margin: 0;
font-family: Catamaran-Medium;
-webkit-tap-highlight-color: transparent;
box-sizing: border-box;
}
.selector a::-moz-focus-inner,
.selector input::-moz-focus-inner,
.selector button::-moz-focus-inner {
border: 0;
padding: 0;
}
.selector a {
text-decoration: none;
outline: none;
}
.selector input, .selector button, .selector select {
border: none;
outline: none;
}
.selector input[type=button], .selector button, .selector select {
cursor: pointer;
}
.selector input:required,
.selector input:invalid {
box-shadow: none;
}
.selector input[type=button], .selector button {
font-size: 1rem;
padding: 0;
background: none;
}
.selector > .shadow {

@@ -521,0 +551,0 @@ width: 100%;

@@ -583,4 +583,34 @@ //custom types:

.selector * {
padding: 0;
margin: 0;
font-family: Catamaran-Medium;
-webkit-tap-highlight-color: transparent;
box-sizing: border-box;
}
.selector a::-moz-focus-inner,
.selector input::-moz-focus-inner,
.selector button::-moz-focus-inner {
border: 0;
padding: 0;
}
.selector a {
text-decoration: none;
outline: none;
}
.selector input, .selector button, .selector select {
border: none;
outline: none;
}
.selector input[type=button], .selector button, .selector select {
cursor: pointer;
}
.selector input:required,
.selector input:invalid {
box-shadow: none;
}
.selector input[type=button], .selector button {
font-size: 1rem;
padding: 0;
background: none;
}
.selector > .shadow {

@@ -587,0 +617,0 @@ width: 100%;

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc