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.3
to
1.1.4
+1
-1
package.json
{
"name": "nodegamesjs",
"version": "1.1.3",
"version": "1.1.4",
"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.3 by willmil11
# Nodegames 1.1.4 by willmil11
## Installation

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

3. You are now ready to use nodegames!
## Update
1. You will be required to have node.js and npm installed as well as having an internet connection.
2. Run the following command: `npm update nodegamesjs`
3. You are now ready to use nodegames!
## Package your game to an executable
Use <a href="https://www.npmjs.com/package/nodegamesjs-forge">nodegamesjs-forge</a>
## Usage

@@ -385,2 +391,4 @@ First you'll have to require the module.

## Changelog
### 1.1.4
- Changed readme to indicate that nodegamesjs-forge is released and added a link to the npm page.
### 1.1.3

@@ -387,0 +395,0 @@ - Upgraded what 1.1.2 added.

Sorry, the diff of this file is too big to display