Socket
Socket
Sign inDemoInstall

utils-babylons

Package Overview
Dependencies
Maintainers
6
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utils-babylons - npm Package Compare versions

Comparing version 4.2.2 to 4.2.3

23

package.json
{
"name": "utils-babylons",
"version": "4.2.2",
"version": "4.2.3",
"private": false,

@@ -27,10 +27,11 @@ "license": "ISC",

"dependencies": {
"@babylonjs/core": "^6.15.0",
"@babylonjs/gui": "^6.15.0",
"@babylonjs/loaders": "^6.15.0",
"@babylonjs/materials": "^6.15.0",
"@babylonjs/core": "^6.16.2",
"@babylonjs/gui": "^6.16.2",
"@babylonjs/loaders": "^6.16.2",
"@babylonjs/materials": "^6.16.2",
"@popperjs/core": "^2.11.8",
"@types/node": "^20.4.8",
"@types/node": "^20.5.0",
"core-js": "^3.32.0",
"vue": "^3.3.4"
"vue": "^3.3.4",
"vue-tsc": "^1.8.8"
},

@@ -45,10 +46,10 @@ "devDependencies": {

"@webpack-cli/generators": "^3.0.7",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.15",
"css-loader": "^6.8.1",
"eslint": "^8.46.0",
"eslint-plugin-vue": "^9.16.1",
"eslint": "^8.47.0",
"eslint-plugin-vue": "^9.17.0",
"html-webpack-plugin": "^5.5.3",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"postcss": "^8.4.27",
"postcss": "^8.4.28",
"postcss-loader": "^7.3.3",

@@ -55,0 +56,0 @@ "style-loader": "^3.3.3",

@@ -13,3 +13,3 @@ import * as BABYLON from "@babylonjs/core";

// 获取 canvas 标签
const canvas: HTMLCanvasElement = document.getElementById(id) as HTMLCanvasElement;
const canvas = document.getElementById(id) as HTMLCanvasElement;
// 关闭手势操作

@@ -67,2 +67,3 @@ canvas.style.touchAction = "none";

engine.dispose();
console.log("scene dispose!");

@@ -69,0 +70,0 @@ };

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