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

exokit

Package Overview
Dependencies
Maintainers
1
Versions
388
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exokit - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

6

index.js

@@ -336,4 +336,2 @@ const events = require('events');

const leftGamepad = new window.Gamepad('left', 0);
const rightGamepad = new window.Gamepad('right', 1);
this._frameData = new VRFrameData();

@@ -1300,4 +1298,4 @@

const localGamepads = [null, null];
const leftGamepad = new window.Gamepad('left', 0);
const rightGamepad = new window.Gamepad('right', 1);
const leftGamepad = new Gamepad('left', 0);
const rightGamepad = new Gamepad('right', 1);
const _updatevrframe = update => {

@@ -1304,0 +1302,0 @@ const {

{
"name": "exokit",
"version": "0.0.22",
"version": "0.0.23",
"main": "index.js",

@@ -5,0 +5,0 @@ "dependencies": {

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