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

@camera.ui/camera-ui-homekit

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@camera.ui/camera-ui-homekit - npm Package Compare versions

Comparing version 0.0.34 to 0.0.35

10

package.json
{
"displayName": "HomeKit",
"name": "@camera.ui/camera-ui-homekit",
"version": "0.0.34",
"version": "0.0.35",
"description": "camera.ui homekit plugin",

@@ -12,3 +12,3 @@ "author": "seydx (https://github.com/seydx/camera.ui)",

"bundle": "npm run format && npm run lint:fix && npm run build && cui bundle && copyfiles -u 1 scripts/* bundle/scripts",
"bundle:dev": "cross-env MODE=development && npm run format && npm run lint:fix && cui bundle",
"bundle:dev": "npm run format && npm run lint:fix && cross-env MODE=development cui bundle",
"format": "prettier --write \"src/\" --ignore-unknown --no-error-on-unmatched-pattern",

@@ -20,5 +20,5 @@ "install-updates": "npm i --save",

"prepublishOnly": "node -e \"if(!process.env.SAFE_PUBLISH){console.error('Error: Please use @camera.ui/cli to publish the plugin:\\n npm run publish:alpha\\n npm run publish:beta\\n npm run publish:latest\\n');process.exit(1)}\"",
"publish:alpha": "cui publish --alpha",
"publish:beta": "cui publish --beta",
"publish:latest": "cui publish --latest",
"publish:alpha": "npm i --save && npm run bundle && cui publish --alpha",
"publish:beta": "npm i --save && npm run bundle && cui publish --beta",
"publish:latest": "npm i --save && npm run bundle && cui publish --latest",
"update": "updates --update ./"

@@ -25,0 +25,0 @@ },

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