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

ampersand-chess-state

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand-chess-state - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

25

package.json
{
"name": "ampersand-chess-state",
"description": "An evented chess library for movement, validation and result detection built on Ampersand.js.",
"version": "0.1.5",
"version": "0.1.6",
"author": "Luke Karrys <luke@lukekarrys.com>",
"bugs": "https://github.com/lukekarrys/ampersand-chess-state/issues",
"dependencies": {
"ampersand-state": "^4.4.4",
"ampersand-state": "^4.5.0",
"chess.js": "git+https://git@github.com/jhlywa/chess.js.git#master",

@@ -13,12 +13,12 @@ "raf": "^2.0.4"

"devDependencies": {
"browserify": "^8.1.1",
"browserify": "^9.0.3",
"covert": "^1.0.1",
"function-bind": "^1.0.2",
"jshint": "^2.5.11",
"phantomjs": "^1.9.13",
"precommit-hook": "^1.0.7",
"run-browser": "^2.0.1",
"tap-spec": "^2.1.2",
"tape": "^3.2.0",
"tape-run": "^0.3.0"
"jshint": "^2.6.3",
"phantomjs": "^1.9.16",
"precommit-hook": "^2.0.1",
"run-browser": "^2.0.2",
"tap-spec": "^2.2.2",
"tape": "^3.5.0",
"tape-run": "^1.0.0"
},

@@ -33,2 +33,6 @@ "homepage": "https://github.com/lukekarrys/ampersand-chess-state",

"main": "ampersand-chess-state.js",
"pre-commit": [
"lint",
"test"
],
"repository": {

@@ -40,2 +44,3 @@ "type": "git",

"coverage": "covert test/*.js",
"lint": "jshint .",
"start": "run-browser test/* --port 3001",

@@ -42,0 +47,0 @@ "test": "browserify test/*.js | tape-run | tap-spec"

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