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 1.1.0 to 2.0.0

dist/class/Game.d.ts

15

package.json
{
"name": "disgamekit",
"version": "1.1.0",
"version": "2.0.0",
"description": "A small package that will help making ts/js discord bot mini games way easier!",
"main": "src/index.js",
"types": "src/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "mocha src/index.test.js"
"test": "mocha src/index.test.js",
"build": "npx tsc"
},

@@ -35,4 +39,5 @@ "repository": {

"mocha": "^10.2.0",
"prettier": "^2.8.8"
"prettier": "^2.8.8",
"typescript": "^5.2.2"
}
}
<h1 align="center"> disgamekit </h1>
<p align="center">
<img alt="Static Badge" src="https://img.shields.io/badge/version-1.1.0-baige">
<img alt="Static Badge" src="https://img.shields.io/badge/version-2.0.0-baige">
</p>

@@ -5,0 +5,0 @@

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