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.9.4 to 0.9.5

2

package.json
{
"name": "material",
"version": "0.9.4",
"version": "0.9.5",
"description": "A lightweight implementation of Material Design Components for the web - ES6",

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

@@ -6,2 +6,6 @@

if (this.options.reverse) {
context = 'bottom'
}
if (!this.dataStore) return

@@ -8,0 +12,0 @@ context = context !== undefined ? context : null

@@ -59,2 +59,6 @@ export default {

if (this.options.reverse) {
data.reverse()
}
if (data.error) {

@@ -61,0 +65,0 @@ console.log('error', data.error)

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