Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.45 to 0.1.46

CHANGELOG.md

32

package.json

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

"name": "zigbee2mqtt-frontend",
"version": "0.1.45",
"version": "0.1.46",
"license": "MIT",

@@ -16,7 +16,9 @@ "scripts": {

"dev": "npm run clean && webpack --config ./webpack.config.js --mode development",
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
"start": "concurrently 'npm run start:ws' 'npm run start:dev'",
"start:dev": "webpack-dev-server --config ./webpack.config.js --mode development",
"start:ws": "node ws.js",
"clean": "rimraf ./dist",
"release": "release-it",
"postversion": "git push && git push --tags"
"postversion": "git push && git push --tags",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},

@@ -28,2 +30,4 @@ "eslintIgnore": [

"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@fortawesome/fontawesome-free": "^5.13.0",

@@ -46,2 +50,4 @@ "@teamsupercell/typings-for-css-modules-loader": "^2.2.0",

"classnames": "^2.2.6",
"concurrently": "^5.3.0",
"conventional-changelog-cli": "^2.1.0",
"css-loader": "^3.5.3",

@@ -56,14 +62,15 @@ "d3": "^5.16.0",

"html-webpack-plugin": "^4.3.0",
"lodash": "^4.17.19",
"husky": "^4.2.5",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^0.9.0",
"notyf": "^3.7.0",
"notyf": "^3.9.0",
"popper.js": "^1.16.1",
"preact": "^10.4.4",
"preact": "^10.4.8",
"preact-router": "^3.2.1",
"reconnecting-websocket": "^4.4.0",
"release-it": "^13.7.0",
"release-it": "^13.7.1",
"rimraf": "^3.0.2",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"unistore": "^3.5.1",
"unistore": "^3.5.2",
"webpack": "^4.43.0",

@@ -73,3 +80,3 @@ "webpack-bundle-analyzer": "^3.8.0",

"webpack-dev-server": "3.11.0",
"ws": "^7.3.0",
"ws": "^7.3.1",
"zip-webpack-plugin": "^3.0.0"

@@ -81,3 +88,8 @@ },

"dist/**/*"
]
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}

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