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

vision-camera-plugin-builder

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vision-camera-plugin-builder - npm Package Compare versions

Comparing version 0.4.2 to 0.5.0

10

package.json
{
"name": "vision-camera-plugin-builder",
"version": "0.4.2",
"version": "0.5.0",
"description": "Generate Vision Camera plugin boilerplate",

@@ -35,3 +35,5 @@ "keywords": [

"watch": "tsc --watch --preserveWatchOutput",
"watch:ncc": "yarn run build -w"
"watch:ncc": "yarn run build -w",
"test": "jest --coverage",
"test:watch": "jest --watch"
},

@@ -46,2 +48,3 @@ "publishConfig": {

"@types/glob": "8.1.0",
"@types/mock-fs": "^4.13.2",
"@types/prompts": "2.4.5",

@@ -55,6 +58,9 @@ "@types/yargs": "17.0.25",

"eslint-plugin-import": "2.28.1",
"jest": "^29.7.0",
"kleur": "4.1.5",
"mock-fs": "^5.2.0",
"ora": "7.0.1",
"prompts": "2.4.2",
"release-it": "16.1.5",
"ts-jest": "^29.1.1",
"typescript": "5.2.2",

@@ -61,0 +67,0 @@ "xcode": "3.0.1",

8

README.md

@@ -22,4 +22,10 @@ # Vision Camera Plugin Builder

> :info: the CLI from v0.3.0 only supports [Vision Camera](https://github.com/mrousavy/react-native-vision-camera) v3 plugins, for Vision Camera v2 plugins use `npx vision-camera-plugin-builder@0.2.1`
### Supported versions
| vision-camera-plugin-builder | react-native-vision-camera
| --- | --- |
| >= 0.5.0 | 3.5.0+ |
| >= 0.3.0 | 3.0.0+ |
| < 0.3.0 | 2.0.0+ |
### Library use case

@@ -26,0 +32,0 @@

Sorry, the diff of this file is too big to display

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