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

@zappar/zappar-babylonjs

Package Overview
Dependencies
Maintainers
11
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zappar/zappar-babylonjs - npm Package Compare versions

Comparing version 0.3.25 to 0.3.26

8

CHANGELOG.md
# Changelog
## [0.3.26] - 2021-06-21
- Updated compatibility section in `README.md`
### Added
- `Links and Resources` section to `README.md`.
## [0.3.25] - 2021-06-21

@@ -4,0 +12,0 @@

2

lib/src/version.d.ts
/**
* SDK version.
*/
declare const VERSION = "0.3.25";
declare const VERSION = "0.3.26";
export default VERSION;

@@ -6,4 +6,4 @@ "use strict";

*/
const VERSION = "0.3.25";
const VERSION = "0.3.26";
console.log(`Zappar for BabylonJS v${VERSION}`);
exports.default = VERSION;
{
"name": "@zappar/zappar-babylonjs",
"version": "0.3.25",
"version": "0.3.26",
"description": "BabylonJS wrappers for Zappar's computer vision library",

@@ -5,0 +5,0 @@ "main": "lib/src/index.js",

@@ -61,4 +61,5 @@ # Zappar for BabylonJS

* [Instant World Tracking](#instant-world-tracking)
* [Links and Resources](#links-and-resources)
<!-- Added by: zapparadmin, at: Mon Jun 21 11:59:35 BST 2021 -->
<!-- Added by: zapparadmin, at: Mon Jun 21 15:17:28 BST 2021 -->

@@ -103,3 +104,3 @@ <!--te-->

```html
<script src="https://libs.zappar.com/zappar-babylon/0.3.25/zappar-babylon.js"></script>
<script src="https://libs.zappar.com/zappar-babylon/0.3.26/zappar-babylon.js"></script>
```

@@ -213,3 +214,5 @@

- Most Webkit/Blink-based web browsers for Android, including Brave (good)
- Most third-party web browsers for iOS from iOS 14.3 and later (good)
- iOS in-app web views implemented with SFSafariViewController (good)
- iOS in-app web views implemented with WKWebView from iOS 14.3 (good)
- Firefox for Android (good, however performance may be lower than other browsers)

@@ -222,4 +225,5 @@ - Chrome for Mac/Windows (*)

- iOS in-app web views implemented with WKWebView or UIWebView - these iOS technologies do not support camera access at all and thus we're unable to support them. We hope that Apple will rectify this issue in a future iOS release.
- Non-Safari web browsers on iOS, including Chrome, Firefox and Brave - these browsers use WKWebView due to App Store restrictions and thus do not support camera access.
- iOS in-app web views implemented with WKWebView prior to iOS 14.3 - this iOS technology do not support camera access at all and thus we’re unable to support it. Apple has rectified this issue in iOS 14.3.
- iOS in-app web views implemented with the deprecated UIWebView component - this iOS technology do not support camera access at all and thus we’re unable to support it.
- Non-Safari web browsers on iOS, including Chrome, Firefox and Brave, before iOS 14.3 - these browsers use WKWebView due to App Store restrictions and thus do not support camera access.

@@ -380,3 +384,3 @@ \* Browsers without motion sensor access (e.g desktop browsers) don't support instant world tracking or attitude-based camera poses.

The correct choice of camera pose with depend on your given use case and content. Here are some examples you might like to consider when choosing which is best for you:
The correct choice of camera pose will depend on your given use case and content. Here are some examples you might like to consider when choosing which is best for you:

@@ -704,1 +708,10 @@ - To have a light that always shines down from above the user, regardless of the angle of the device or anchors, use `ZapparBabylon.CameraPoseMode.Attitude` and place a light shining down the negative Y axis is world space.

```
## Links and Resources
- [Web site](https://zap.works/universal-ar/)
- [Documentation](https://docs.zap.works/universal-ar/web-libraries/babylonjs/)
- [API Reference](<https://zappar-xr.github.io/zappar-babylonjs/>)
- [Forum](https://forum.zap.works/)
- [Issue tracker](https://github.com/zappar-xr/zappar-babylonjs/issues)
- [Source code](https://github.com/zappar-xr/zappar-babylonjs)

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