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

zigbee2mqtt-frontend

Package Overview
Dependencies
Maintainers
1
Versions
477
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zigbee2mqtt-frontend - npm Package Compare versions

Comparing version 0.2.23 to 0.2.24

dist/main.90693ff8968f68550d32.js

17

CHANGELOG.md

@@ -0,1 +1,18 @@

## [0.2.24](https://github.com/nurikk/z2m-frontend/compare/0.2.23...0.2.24) (2020-10-06)
### Bug Fixes
* **device-page:** allign message center ([1c4f16e](https://github.com/nurikk/z2m-frontend/commit/1c4f16e8da7d9adb8cb0c2bd79a973b0d8edbfbf))
* **groups:** default controlled input ([e6e1bb2](https://github.com/nurikk/z2m-frontend/commit/e6e1bb277e54f385c7e79017032d3aede96842ba))
* **notyf:** use single Notyf instance ([fb670e3](https://github.com/nurikk/z2m-frontend/commit/fb670e31839809cb2742b0ccdf88bccf8d24967a))
### Features
* **power-source:** add DC Source ([d798293](https://github.com/nurikk/z2m-frontend/commit/d79829379c0c35ec01340dc5613e7d8c7788efdc))
* **readme:** update developer readme ([7bf3f3d](https://github.com/nurikk/z2m-frontend/commit/7bf3f3db4f677b9c7e8edb60b548277d8240eb2f))
## [0.2.23](https://github.com/nurikk/z2m-frontend/compare/0.2.22...0.2.23) (2020-10-04)

@@ -2,0 +19,0 @@

2

package.json

@@ -10,3 +10,3 @@ {

"name": "zigbee2mqtt-frontend",
"version": "0.2.23",
"version": "0.2.24",
"license": "MIT",

@@ -13,0 +13,0 @@ "scripts": {

@@ -7,15 +7,28 @@ [![Build Status](https://travis-ci.com/nurikk/sls-frontend.svg?branch=master)](https://travis-ci.com/nurikk/z2m-frontend)

# Build
# Develop
Install dependencies
```bash
npm install
npm run build //compiled files at ./dist
```
````
# Develop
Develop using mock data
```bash
npm install
npm run start
open http://localhost:3030/
````
Develop using your z2m instance
```bash
Z2M_API_URI="ws://192.168.1.200:8080" npm run start
open http://localhost:3030/
```
# Build
```bash
npm install
npm run build //compiled files at ./dist
```
# Screenshots

@@ -25,3 +38,1 @@ ![](images/screenshot_home.png)

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/4wA-cpXasAI/0.jpg)](https://www.youtube.com/watch?v=4wA-cpXasAI)

Sorry, the diff of this file is not supported yet

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