New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

disgame

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disgame - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

src/core/Disgame.ts

13

package.json
{
"name": "disgame",
"version": "1.0.0",
"version": "1.0.1",
"description": "A lightweight tile-based Discord game engine!",

@@ -9,6 +9,6 @@ "main": "./lib/index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build" : "tsc",
"prepare" : "npm run build",
"version": "git add -A src",
"postversion" : "git push && git push --tags"
"build": "tsc",
"prepare": "npm run build",
"prepublishonly": "git push -u origin master",
"version": "git add -A src"
},

@@ -23,3 +23,6 @@ "author": "badusername420",

"typescript": "^4.3.2"
},
"dependencies": {
"discord.js": "^12.5.3"
}
}

@@ -7,3 +7,3 @@ {

// "incremental": true, /* Enable incremental compilation */
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', 'ES2021', or 'ESNEXT'. */
"target": "esNEXT", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', 'ES2021', or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */

@@ -10,0 +10,0 @@ // "lib": [], /* Specify library files to be included in the compilation. */

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