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

@camera.ui/camera-ui-opencl

Package Overview
Dependencies
Maintainers
0
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.4 to 0.0.5

bundle.zip

28

package.json
{
"displayName": "OpenCL",
"name": "@camera.ui/camera-ui-opencl",
"version": "0.0.4",
"version": "0.0.5",
"description": "camera.ui opencl plugin",
"author": "seydx (https://github.com/seydx/camera.ui)",
"main": "./src/main.py",
"type": "module",
"main": "./dist/main.py",
"type": "commonjs",
"scripts": {
"bundle": "npm run format && npm run lint && cui bundle",
"format": "ruff format",
"install-updates": "npm i --save",
"lint": "ruff check --fix",
"update": "updates --update ./",
"prepublishOnly": "npm i --package-lock-only && npm run format && npm run lint"
"lint": "ruff check",
"lint:fix": "ruff check --fix",
"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",
"update": "updates --update ./"
},
"dependencies": {},
"devDependencies": {
"updates": "^16.4.0"
},
"bugs": {

@@ -25,3 +26,3 @@ "url": "https://github.com/seydx/camera.ui/issues"

"camera.ui": ">=0.0.34-alpha.2",
"node": ">=20.17.0"
"node": ">=20.18.0"
},

@@ -46,4 +47,5 @@ "homepage": "https://github.com/seydx/camera.ui#readme",

"extendedMotionDetection": true
}
},
"bundled": true
}
}
}
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