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

material

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

2

package.json
{
"name": "material",
"version": "0.5.2",
"version": "0.5.3",
"description": "A lightweight implementation of Material Design Components - ES6",

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

@@ -96,3 +96,3 @@

onInput (ev) {
console.log('onInput', this.value, this.input.value)
// console.log('onInput', this.value, this.input.value)

@@ -99,0 +99,0 @@ this.emit('change', ev)

@@ -42,3 +42,3 @@

changeMode (mode) {
console.log('changeMode', mode)
// console.log('changeMode', mode)

@@ -45,0 +45,0 @@ if (mode === 'update' && this.enableControls) {

@@ -24,8 +24,8 @@

getFilter () {
// console.log('getFilter')
console.log('getFilter')
var filter = null
for (var name in this.filter) {
if (this.filter.hasOwnProperty(name)) {
// console.log('--', typeof this.filter[name].get(), this.filter[name].get())
if (this.filter[name].get() !== '' && this.filter[name].get() !== []) {
console.log('--', typeof this.filter[name].get(), this.filter[name].get())
if (this.filter[name].get() !== ''/* && this.filter[name].get() !== [] */) {
if (filter) {

@@ -32,0 +32,0 @@ filter = filter + '&' + name + '=' + this.filter[name].get()

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