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

cervus

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cervus - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

2

components/move.js

@@ -36,3 +36,3 @@ import { Component } from '../core';

handle_keys(tick_length, {f, b, l, r, u, d, pu, pd, yl, yr}) {
handle_keys(tick_length, {f = 0, b = 0, l = 0, r = 0, u = 0, d = 0, pu = 0, pd = 0, yl = 0, yr = 0}) {
const entity_transform = this.entity.get_component(Transform);

@@ -39,0 +39,0 @@ const dist = tick_length / 1000 * this.move_speed;

{
"name": "cervus",
"version": "0.0.21",
"version": "0.0.22",
"author": "Michał Budzyński <michal@virtualdesign.pl>",

@@ -5,0 +5,0 @@ "repository": "git@github.com:michalbe/cervus.git",

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