@camera.ui/camera-ui-opencl
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"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 | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41331
0
2
0
2
0
2
No