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 0.9.2 to 0.9.3

28

package.json
{
"name": "chess.js",
"version": "0.9.2",
"version": "0.9.3",
"description": "A Javascript chess library for chess move generation/validation, piece placement/movement, and check/checkmate/draw detection",
"author": "Jeff Hlywa <jhlywa@gmail.com> (https://github.com/jhlywa)",
"license" : "BSD-2-Clause",
"keywords": ["chess"],
"license": "BSD-2-Clause",
"homepage": "https://github.com/jhlywa/chess.js",
"keywords": [
"chess"
],
"main": "chess.js",
"repository" : {
"type" : "git",
"url" : "http://github.com/jhlywa/chess.js.git"
"filename": "chess.min.js",
"repository": {
"type": "git",
"url": "https://github.com/jhlywa/chess.js.git"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/jhlywa/chess.js.git",
"basePath": "",
"files": [
"chess*.js"
]
},
"devDependencies": {

@@ -19,5 +31,5 @@ "mocha": "2.2.4",

"scripts": {
"test": "./node_modules/.bin/mocha",
"minify": "./node_modules/.bin/uglifyjs chess.js -c -m --comments 'license' > chess.min.js"
"test": "./node_modules/.bin/mocha",
"minify": "./node_modules/.bin/uglifyjs chess.js -c -m --comments 'license' > chess.min.js"
}
}
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