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

@mml-io/3d-web-user-networking

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mml-io/3d-web-user-networking - npm Package Compare versions

Comparing version 0.0.0-experimental-41e9cfc-20230816 to 0.0.0-experimental-6289b53-20230904

2

./build/index.js

@@ -108,3 +108,3 @@ // src/UserNetworkingCodec.ts

position: { x: 0, y: 0, z: 0 },
rotation: { quaternionY: 0, quaternionW: 0 },
rotation: { quaternionY: 0, quaternionW: 1 },
state: 0

@@ -111,0 +111,0 @@ }

@@ -108,3 +108,3 @@ // src/UserNetworkingCodec.ts

position: { x: 0, y: 0, z: 0 },
rotation: { quaternionY: 0, quaternionW: 0 },
rotation: { quaternionY: 0, quaternionW: 1 },
state: 0

@@ -111,0 +111,0 @@ }

{
"name": "@mml-io/3d-web-user-networking",
"version": "0.0.0-experimental-41e9cfc-20230816",
"version": "0.0.0-experimental-6289b53-20230904",
"main": "./build/index.js",

@@ -11,7 +11,7 @@ "types": "./build/index.d.ts",

"scripts": {
"build": "rimraf ./build && node ./build.js --build",
"iterate": "node ./build.js --watch",
"build": "tsx ./build.ts --build",
"iterate": "tsx ./build.ts --watch",
"type-check": "tsc --noEmit",
"lint": "eslint \"./src/**/*.{ts,}\" --max-warnings 0",
"lint:fix": "eslint \"./src/**/*.{ts,}\" --fix",
"lint": "eslint \"./{src,test}/**/*.{js,jsx,ts,tsx}\" --max-warnings 0",
"lint-fix": "eslint \"./{src,test}/**/*.{js,jsx,ts,tsx}\" --fix",
"test": "jest"

@@ -25,8 +25,8 @@ },

"@types/express-ws": "^3.0.1",
"@types/node": "^20.1.7",
"@types/ws": "^8.5.4",
"@types/node": "^20.5.9",
"@types/ws": "^8.5.5",
"express": "4.18.2",
"express-ws": "5.0.2"
},
"gitHead": "a1cb0f44b99611b503b7a655b7513e7952f4a5b7"
"gitHead": "149288f07109434a058cf23a3c5976902ece047e"
}

Sorry, the diff of this file is not supported yet

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