New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.0.3 to 0.0.4

2

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

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

@@ -204,2 +204,3 @@ 'use strict';

this._setValue(this.getAttribute('value'));
this.$input.value = this.value;
this._setLabel(this.getAttribute('label'));

@@ -328,3 +329,2 @@ this._setPlaceholder(this.getAttribute('placeholder'));

this.$hiddenInput.value = val;
this.$input.value = val;
// set state depending on value

@@ -331,0 +331,0 @@ this._toggle(this.$container, 'is-empty', val === '');

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