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

homebridge-plugin-govee

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-plugin-govee - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

.editorconfig

13

package.json
{
"displayName": "Homebridge Govee Thermometer Hygrometer",
"name": "homebridge-plugin-govee",
"version": "1.1.0",
"version": "1.1.1",
"description": "Homebridge plugin for Govee H5xxx Bluetooth Thermometer Hygrometer.",

@@ -23,3 +23,8 @@ "license": "Apache-2.0",

"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --ci",
"preversion": "npm run lint && npm run test:ci",
"version": "npm run build && git add -A dist",
"prepublishOnly": "npm run lint && npm run test:ci && npm run build"
},

@@ -41,2 +46,3 @@ "keywords": [

"devDependencies": {
"@types/jest": "^26.0.21",
"@types/node": "^14.11.2",

@@ -47,4 +53,7 @@ "@typescript-eslint/eslint-plugin": "^3.10.1",

"homebridge": "^1.2.3",
"husky": "^5.1.3",
"jest": "^26.6.3",
"nodemon": "^2.0.4",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.4",
"ts-node": "^8.10.2",

@@ -51,0 +60,0 @@ "typescript": "^3.9.7"

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