New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nodegamesjs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodegamesjs - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+1
-1
package.json
{
"name": "nodegamesjs",
"version": "1.1.0",
"version": "1.1.1",
"description": "Nodegames is a node.js game engine inspired by Pygame",

@@ -5,0 +5,0 @@ "main": "nodegames.js",

@@ -1,2 +0,2 @@

# Nodegames 1.1.0 by willmil11
# Nodegames 1.1.1 by willmil11
## Installation

@@ -253,2 +253,3 @@ 1. You will be required to have node.js and npm installed as well as having an internet connection.

```
It is not recommanded to render frames quicker than each 10ms (100fps) as it is the maximum stable fps you can get with nodegames. If you exceed it can lag a lot.
### Loading/unloading images

@@ -384,2 +385,4 @@ To load/unload an image do this:

## Changelog
### 1.1.1
- Little fix in the readme.
### 1.1.0

@@ -386,0 +389,0 @@ - Added a way to change pointer style