@camera.ui/camera-ui-wasm-motion
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"displayName": "WASM Motion", | ||
"name": "@camera.ui/camera-ui-wasm-motion", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "camera.ui wasm motion detection plugin", | ||
"author": "seydx (https://github.com/seydx/camera.ui)", | ||
"main": "./dist/index.js", | ||
"type": "module", | ||
"type": "commonjs", | ||
"scripts": { | ||
"build": "rimraf dist && npm run build:wasm && tsc && copyfiles -u 2 src/wasm/build/**/* ./dist/wasm/", | ||
"build": "rimraf dist && npm run build:wasm && tsc", | ||
"build:wasm": "cd ./src/wasm && asc assembly/* --config asconfig.json && cd ../../", | ||
"format": "prettier --write 'src/' --ignore-unknown --no-error-on-unmatched-pattern", | ||
"lint": "eslint --fix --ext .js,.ts .", | ||
"update": "updates --update ./", | ||
"bundle": "npm run format && npm run lint && npm run build && cui bundle", | ||
"format": "prettier --write \"src/\" --ignore-unknown --no-error-on-unmatched-pattern", | ||
"install-updates": "npm i --save", | ||
"prepublishOnly": "npm i --package-lock-only && npm run lint && npm run format && npm run build" | ||
"lint": "eslint .", | ||
"lint:fix": "eslint --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": { | ||
"@assemblyscript/loader": "^0.27.30", | ||
"as-wasi": "^0.6.0" | ||
}, | ||
"devDependencies": { | ||
"@camera.ui/types": "^0.0.77", | ||
"@rushstack/eslint-patch": "^1.10.4", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/node": "^22.7.6", | ||
"@types/ws": "^8.5.12", | ||
"@typescript-eslint/eslint-plugin": "^8.10.0", | ||
"@typescript-eslint/parser": "^8.10.0", | ||
"assemblyscript": "^0.27.30", | ||
"assemblyscript-prettier": "^3.0.1", | ||
"concurrently": "^9.0.1", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"fs-extra": "^11.2.0", | ||
"prettier": "^3.3.3", | ||
"rimraf": "^6.0.1", | ||
"set-interval-async": "^3.0.3", | ||
"sharp": "^0.33.5", | ||
"typescript": "^5.6.3", | ||
"updates": "^16.4.0" | ||
}, | ||
"bugs": { | ||
@@ -49,4 +27,4 @@ "url": "https://github.com/seydx/camera.ui/issues" | ||
"engines": { | ||
"camera.ui": ">=0.0.34-alpha.2", | ||
"node": ">=20.17.0" | ||
"camera.ui": ">=0.0.34-alpha.4", | ||
"node": ">=20.18.0" | ||
}, | ||
@@ -70,4 +48,5 @@ "homepage": "https://github.com/seydx/camera.ui#readme", | ||
"extendedMotionDetection": false | ||
} | ||
}, | ||
"bundled": true | ||
} | ||
} | ||
} |
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
0
0
12066
2
0
2
0
2
No
- Removed@assemblyscript/loader@^0.27.30
- Removedas-wasi@^0.6.0
- Removed@assemblyscript/loader@0.27.32(transitive)
- Removed@assemblyscript/wasi-shim@0.1.0(transitive)
- Removedas-wasi@0.6.0(transitive)