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

@capacitor-community/camera-preview

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/camera-preview - npm Package Versions

23

7.0.0

Diff
ryaa
published 7.0.0 •

Changelog

Source

v7.0.0 (2025-02-17)

Chores

  • feat: Capacitor 7 Support (#366), (cd769ec), closes #362 and #367
ryaa
published 6.0.1 •

Changelog

Source

v6.0.1 (2024-12-17)

BREAKING CHANGES

  • The minimal required Node version is now 18.0.0

Features

  • [FEATURE] add feature to check or detect when camera has been started (#357), (f958173), closes #356

Chores

  • chore: update dependencies and eslint fixes (#358), (871b115)
ryaa
published 6.0.0 •

Changelog

Source

v6.0.0 (2024-05-06)

Chores

jcesarmobile
published 5.0.0 •

Changelog

Source

5.0.0 (2022-06-09)

The plugin has been updated to Capacitor 5, it's not compatible with older versions of Capacitor, see README.md for information about what versions of the plugin to use in previous Capacitor releases.

Fixes

Features

jcesarmobile
published 5.0.0-0 •
pbowyer
published 4.0.0 •

Changelog

Source

4.0.0 (2022-09-20)

Changed

  • Capacitor 4 is required. Thanks to @rdlabo for the patch and @EinfachHans for testing.
pbowyer
published 3.1.2 •

Changelog

Source

3.1.2 (2022-08-29)

Fixed

  • [Android] preview not resized and displayed correctly when orientation changes by @ryaa in https://github.com/capacitor-community/camera-preview/pull/238
pbowyer
published 3.1.1 •

Changelog

Source

3.1.1 (2022-08-13)

Added

  • feat: respect width, height and quality options on the web implementation by @julian-baumann in https://github.com/capacitor-community/camera-preview/pull/231

Changed

  • chore(deps): bump eventsource from 1.0.7 to 1.1.1 in /demo by @dependabot in https://github.com/capacitor-community/camera-preview/pull/226
  • chore(deps): bump terser from 4.8.0 to 4.8.1 in /demo by @dependabot in https://github.com/capacitor-community/camera-preview/pull/239

Fixed

  • bugfix: fixed resource android:attr/lStar not found build error by @ryaa in https://github.com/capacitor-community/camera-preview/pull/229
  • Fix wrong return type on flip and setFlashMode by @diesieben07 in https://github.com/capacitor-community/camera-preview/pull/234
  • doc: update the web instructions by @riderx in https://github.com/capacitor-community/camera-preview/pull/245
  • bugfix: fixed the problem when photos taken in the landscape orientation are off by @ryaa in https://github.com/capacitor-community/camera-preview/pull/235
rdlabo
published 4.0.0-0 •
pbowyer
published 3.1.0 •

Changelog

Source

3.1.0 (2022-05-27)

Added

  • Add code formatters. This is an early release and there are issues with the Swift and Typescript formatters. Can you help? Thank you to contributor @pbowyer! (#208)

Changed

  • chore(deps): bump async from 2.6.3 to 2.6.4 in /demo (#217)
  • chore(deps): bump minimist from 1.2.5 to 1.2.6 (#225)

Fixed

  • [iOS] Fix camera display on iOS when rotated after opening in landscape. Thank you to contributor @mattczech for the patch (#130) and @riderx who resolved the merge conflict (#216).

  • [iOS] Fixed microphone permissions request on iOS. Thank you to contributor @mstichweh! (#219)

  • [Android] Fixex prevent camera is not running error. Thank you to contributor @ryaa! (#223)