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

@camera.ui/camera-ui-opencl

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.7 to 0.0.8

13

package.json
{
"displayName": "OpenCL",
"name": "@camera.ui/camera-ui-opencl",
"version": "0.0.7",
"description": "camera.ui opencl plugin",
"version": "0.0.8",
"description": "High-performance motion detection using OpenCL acceleration. Detect movement with precision and minimal CPU usage.",
"author": "seydx (https://github.com/seydx/camera.ui)",

@@ -10,3 +10,4 @@ "main": "./dist/main.py",

"scripts": {
"bundle": "npm run format && npm run lint && cui bundle",
"bundle": "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": "ruff format",

@@ -17,5 +18,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 ./"

@@ -22,0 +23,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