Socket
Socket
Sign inDemoInstall

@benev/nubs

Package Overview
Dependencies
255
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"name": "@benev/nubs",
"version": "0.2.1",
"version": "0.2.2",
"description": "user-input system for web games",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -10,2 +10,3 @@

height: 8em;
touch-action: none;
}

@@ -12,0 +13,0 @@

@@ -29,2 +29,3 @@

set_pointer_position([event.clientX, event.clientY])
set_vector([0, 0])
},

@@ -31,0 +32,0 @@ }),

@@ -10,2 +10,3 @@

border: 1px solid;
touch-action: none;
}

@@ -12,0 +13,0 @@

@@ -8,2 +8,3 @@ import { css } from "@chasemoskal/magical";

height: 8em;
touch-action: none;
}

@@ -10,0 +11,0 @@

@@ -14,2 +14,3 @@ import { asLitListener } from "../../../tools/lit-listener.js";

set_pointer_position([event.clientX, event.clientY]);
set_vector([0, 0]);
},

@@ -16,0 +17,0 @@ }),

@@ -9,2 +9,3 @@ import { css } from "@chasemoskal/magical";

border: 1px solid;
touch-action: none;
}

@@ -11,0 +12,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc