New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@things-factory/shell

Package Overview
Dependencies
Maintainers
3
Versions
1307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@things-factory/shell - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "@things-factory/shell",
"version": "0.0.4",
"version": "0.0.5",
"description": "things app starter kit",

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

@@ -149,2 +149,6 @@ import { LitElement, html, css } from 'lit-element'

installMediaQueryWatcher(`(min-width: 460px)`, matches => store.dispatch(updateLayout(matches)))
this._modules.forEach(m => {
m.bootstrap && m.bootstrap()
})
}

@@ -151,0 +155,0 @@

@@ -6,1 +6,5 @@ import './app/app'

import './app/layouts/page-toolbar'
import { store } from './store'
export { store }

Sorry, the diff of this file is too big to display

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