Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

disgamekit

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disgamekit - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

2

dist/class/Plane.d.ts

@@ -55,3 +55,3 @@ import { Game } from './Game';

*/
return(row: string, column: string): string;
return(row?: string, column?: string): string;
}

@@ -77,3 +77,3 @@ /// <reference types="node" />

*/
step(target: PlaneObject): Error;
step(target?: PlaneObject): Error;
/**

@@ -80,0 +80,0 @@ * Stop running the AI

@@ -29,3 +29,3 @@ /// <reference types="node" />

*/
nextTurn(overridePlayer: Player): void;
nextTurn(overridePlayer?: Player): void;
/**

@@ -32,0 +32,0 @@ * Reverses the order of the turns

@@ -1,4 +0,4 @@

export { Game } from './class/Game';
export { Plane } from './class/Plane';
export { PlaneObject } from './class/PlaneObject';
export * from './class/Game';
export * from './class/Plane';
export * from './class/PlaneObject';
export * from './class/Turns';

@@ -17,10 +17,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.PlaneObject = exports.Plane = exports.Game = void 0;
var Game_1 = require("./class/Game");
Object.defineProperty(exports, "Game", { enumerable: true, get: function () { return Game_1.Game; } });
var Plane_1 = require("./class/Plane");
Object.defineProperty(exports, "Plane", { enumerable: true, get: function () { return Plane_1.Plane; } });
var PlaneObject_1 = require("./class/PlaneObject");
Object.defineProperty(exports, "PlaneObject", { enumerable: true, get: function () { return PlaneObject_1.PlaneObject; } });
__exportStar(require("./class/Game"), exports);
__exportStar(require("./class/Plane"), exports);
__exportStar(require("./class/PlaneObject"), exports);
__exportStar(require("./class/Turns"), exports);
//# sourceMappingURL=index.js.map
{
"name": "disgamekit",
"version": "2.0.0",
"version": "2.1.0",
"description": "A small package that will help making ts/js discord bot mini games way easier!",

@@ -41,3 +41,6 @@ "main": "dist/index.js",

"typescript": "^5.2.2"
},
"dependencies": {
"@types/node": "^20.6.3"
}
}

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

Sorry, the diff of this file is not supported yet

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