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

material-input

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-input - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "material-input",
"version": "1.1.2",
"version": "1.1.3",
"description": "An easy drop-in material-input solution as a custom element",

@@ -5,0 +5,0 @@ "main": "src/material-input.js",

@@ -87,3 +87,3 @@ 'use strict';

.material-input__label{
color: rgb(134,142,150);
color: var(--material-input-placeholder-color, rgb(134,142,150));
font-size: inherit;

@@ -90,0 +90,0 @@ pointer-events: none;

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

"browsers": ["chrome"]
},
istanbul: {
dir: "./coverage",
reporters: ["text-summary", "lcov"],
include: [
"/src/*.js"
],
exclude: [
]
}
// istanbul: {
// dir: "./coverage",
// reporters: ["text-summary", "lcov"],
// include: [
// "/src/*.js"
// ],
// exclude: [
// ]
// }
}
};
// , "firefox" , "safari"
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