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

nodegamesjs

Package Overview
Dependencies
Maintainers
0
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.5
to
1.1.6
+6
.devcontainer/devcontainer.json
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {}
}
}
+1
-1
{
"name": "nodegamesjs",
"version": "1.1.5",
"version": "1.1.6",
"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.5 by willmil11
# Nodegames 1.1.6 by willmil11
## Installation

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

## Package your game to an executable
Use <a href="https://www.npmjs.com/package/nodegamesjs-forge">nodegamesjs-forge</a>
Use <a href="https://www.npmjs.com/package/nodegamesjs-forge">nodegamesjs-forge</a> (in-dev so won't work well at all,<strong> at least for now</strong>)
## Usage

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

## Changelog
### 1.1.6
- Updated readme.
### 1.1.5

@@ -400,0 +402,0 @@ - Edited readme and added a minor feature: before it was not shown that you can play a sound in loop. And the minor feature is that now you can choose the volume of a sound when playing it.

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