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.28 to 0.3.29

umd/0bdbfe863a384bcd2935e7437d8f1153.wasm

6

CHANGELOG.md
# Changelog
## [0.3.29] - 2021-11-01
### Changed
- Pinned dependencies to exact versions
## [0.3.28] - 2021-07-29

@@ -4,0 +10,0 @@

2

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

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

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

@@ -39,43 +39,43 @@ "main": "lib/src/index.js",

"devDependencies": {
"@types/expect-puppeteer": "^4.4.6",
"@types/jest": "^26.0.24",
"@types/jest-environment-puppeteer": "^4.4.1",
"@types/jest-image-snapshot": "^4.3.1",
"@types/node": "^15.3.0",
"@types/puppeteer": "^5.4.4",
"@types/stats.js": "^0.17.0",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"@zappar/jest-console-logs": "^1.0.0",
"babylonjs": "^4.2.0",
"babylonjs-gui": "^4.2.0",
"babylonjs-loaders": "^4.2.0",
"copy-webpack-plugin": "^8.1.1",
"eslint": "^7.31.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-webpack-plugin": "^2.5.4",
"html-webpack-plugin": "^5.3.2",
"husky": "^4.3.8",
"jest": "^27.0.6",
"jest-image-snapshot": "^4.5.1",
"jest-puppeteer": "^5.0.3",
"lint-staged": "^11.0.0",
"prettier": "^2.3.2",
"puppeteer": "^10.1.0",
"stats.js": "^0.17.0",
"ts-jest": "^27.0.4",
"ts-loader": "^9.2.4",
"typedoc": "^0.21.4",
"@types/expect-puppeteer": "4.4.6",
"@types/jest": "26.0.24",
"@types/jest-environment-puppeteer": "4.4.1",
"@types/jest-image-snapshot": "4.3.1",
"@types/node": "15.3.0",
"@types/puppeteer": "5.4.4",
"@types/stats.js": "0.17.0",
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
"@zappar/jest-console-logs": "1.0.0",
"babylonjs": "4.2.0",
"babylonjs-gui": "4.2.0",
"babylonjs-loaders": "4.2.0",
"copy-webpack-plugin": "8.1.1",
"eslint": "7.31.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-tsdoc": "0.2.14",
"eslint-webpack-plugin": "2.5.4",
"html-webpack-plugin": "5.3.2",
"husky": "4.3.8",
"jest": "27.0.6",
"jest-image-snapshot": "4.5.1",
"jest-puppeteer": "5.0.4",
"lint-staged": "11.1.1",
"prettier": "2.3.2",
"puppeteer": "10.1.0",
"stats.js": "0.17.0",
"ts-jest": "27.0.4",
"ts-loader": "9.2.4",
"typedoc": "0.21.4",
"typescript": "4.2.4",
"webpack": "^5.47.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.1"
"webpack": "5.47.1",
"webpack-cli": "4.7.2",
"webpack-dev-server": "4.4.0"
},
"dependencies": {
"@zappar/zappar": "^0.3.11",
"gl-matrix": "^3.3.0"
"@zappar/zappar": "^0.3.15",
"gl-matrix": "3.3.0"
},

@@ -82,0 +82,0 @@ "peerDependencies": {

@@ -64,3 +64,3 @@ # Zappar for Babylon.js

<!-- Added by: zapparadmin, at: Thu Jul 29 17:36:32 BST 2021 -->
<!-- Added by: zapparadmin, at: Mon Nov 1 14:14:36 GMT 2021 -->

@@ -105,3 +105,3 @@ <!--te-->

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

@@ -331,3 +331,3 @@

engine.runRenderLoop(() => {
env.update();
envMap.update();
scene.render();

@@ -334,0 +334,0 @@ });

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

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