ampersand-chess-state
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ampersand-chess-state", | ||
"description": "An evented chess library for movement, validation and result detection built on Ampersand.js.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Luke Karrys <luke@lukekarrys.com>", | ||
"bugs": "https://github.com/lukekarrys/ampersand-chess-state/issues", | ||
"dependencies": { | ||
"ampersand-state": "^4.5.4", | ||
"chess.js": "^0.9.0", | ||
"raf": "^2.0.4" | ||
"ampersand-state": "^5.0.2", | ||
"chess.js": "^0.10.2", | ||
"raf": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^10.1.3", | ||
"function-bind": "^1.0.2", | ||
"jshint": "^2.7.0", | ||
"phantomjs": "^1.9.16", | ||
"precommit-hook": "^2.0.1", | ||
"browserify": "^13.1.0", | ||
"electron-prebuilt": "^1.3.2", | ||
"jshint": "^2.9.2", | ||
"precommit-hook": "^3.0.0", | ||
"run-browser": "^2.0.2", | ||
"tap-spec": "^3.0.0", | ||
"tape": "^4.0.0", | ||
"tape-run": "^1.0.0" | ||
"tap-spec": "^4.1.1", | ||
"tape": "^4.6.0", | ||
"tape-run": "^2.1.4" | ||
}, | ||
@@ -33,3 +32,4 @@ "homepage": "https://github.com/lukekarrys/ampersand-chess-state", | ||
"lint", | ||
"test" | ||
"test", | ||
"validate" | ||
], | ||
@@ -43,4 +43,5 @@ "repository": { | ||
"start": "run-browser test/* --port 3001", | ||
"test": "browserify test/*.js | tape-run | tap-spec" | ||
"test": "browserify test/*.js | tape-run | tap-spec", | ||
"validate": "npm ls" | ||
} | ||
} |
var test = require('tape'); | ||
var Chess = require('../ampersand-chess-state'); | ||
Function.prototype.bind = require('function-bind'); | ||
@@ -5,0 +4,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8
43450
903
+ Addedampersand-events@2.0.2(transitive)
+ Addedampersand-state@5.0.3(transitive)
+ Addedchess.js@0.10.3(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedperformance-now@2.1.0(transitive)
+ Addedraf@3.4.1(transitive)
- Removedampersand-events@1.1.1(transitive)
- Removedampersand-state@4.9.1(transitive)
- Removedchess.js@0.9.4(transitive)
- Removedlodash._arrayeach@3.0.0(transitive)
- Removedlodash._arraymap@3.0.0(transitive)
- Removedlodash._baseassign@3.2.0(transitive)
- Removedlodash._basecopy@3.0.1(transitive)
- Removedlodash._basedifference@3.0.3(transitive)
- Removedlodash._baseeach@3.0.4(transitive)
- Removedlodash._baseflatten@3.1.4(transitive)
- Removedlodash._basefor@3.0.3(transitive)
- Removedlodash._baseget@3.7.2(transitive)
- Removedlodash._baseindexof@3.1.0(transitive)
- Removedlodash._baseisequal@3.0.7(transitive)
- Removedlodash._baseslice@3.0.3(transitive)
- Removedlodash._baseuniq@3.0.3(transitive)
- Removedlodash._basevalues@3.0.0(transitive)
- Removedlodash._bindcallback@3.0.1(transitive)
- Removedlodash._cacheindexof@3.0.2(transitive)
- Removedlodash._createassigner@3.1.1(transitive)
- Removedlodash._createcache@3.1.2(transitive)
- Removedlodash._createwrapper@3.2.0(transitive)
- Removedlodash._getnative@3.9.1(transitive)
- Removedlodash._isiterateecall@3.0.9(transitive)
- Removedlodash._pickbyarray@3.0.2(transitive)
- Removedlodash._pickbycallback@3.0.0(transitive)
- Removedlodash._replaceholders@3.0.0(transitive)
- Removedlodash._root@3.0.1(transitive)
- Removedlodash._topath@3.8.1(transitive)
- Removedlodash.assign@3.2.0(transitive)
- Removedlodash.before@3.0.3(transitive)
- Removedlodash.bind@3.1.0(transitive)
- Removedlodash.escape@3.2.0(transitive)
- Removedlodash.foreach@3.0.3(transitive)
- Removedlodash.forown@3.0.2(transitive)
- Removedlodash.has@3.2.1(transitive)
- Removedlodash.includes@3.1.3(transitive)
- Removedlodash.isarguments@3.1.0(transitive)
- Removedlodash.isarray@3.0.4(transitive)
- Removedlodash.isdate@3.0.3(transitive)
- Removedlodash.isempty@3.0.4(transitive)
- Removedlodash.isequal@3.0.4(transitive)
- Removedlodash.isfunction@3.0.9(transitive)
- Removedlodash.isobject@3.0.2(transitive)
- Removedlodash.isstring@3.0.1(transitive)
- Removedlodash.istypedarray@3.0.6(transitive)
- Removedlodash.keys@3.1.2(transitive)
- Removedlodash.keysin@3.0.8(transitive)
- Removedlodash.omit@3.1.0(transitive)
- Removedlodash.once@3.0.1(transitive)
- Removedlodash.restparam@3.6.1(transitive)
- Removedlodash.result@3.1.2(transitive)
- Removedlodash.union@3.1.0(transitive)
- Removedlodash.uniqueid@3.2.0(transitive)
- Removedperformance-now@0.1.4(transitive)
- Removedraf@2.0.4(transitive)
Updatedampersand-state@^5.0.2
Updatedchess.js@^0.10.2
Updatedraf@^3.2.0