Socket
Socket
Sign inDemoInstall

chess.js

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chess.js - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

.eslintrc.cjs

3

package.json
{
"name": "chess.js",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"license": "BSD-2-Clause",
"main": "dist/chess.js",
"types": "dist/chess.d.ts",
"type": "module",
"homepage": "https://github.com/jhlywa/chess.js",

@@ -8,0 +9,0 @@ "author": "Jeff Hlywa <jhlywa@gmail.com>",

{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"declaration": true,
"esModuleInterop": true,
"module": "ES2015",
"moduleResolution": "node",
"outDir": "./dist",
"strict": true
"removeComments": false,
"sourceMap": true,
"strict": true,
"target": "ES2017"
},
"include": ["src/**/*"]
}

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

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