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 1.0.0 to 1.0.1

29

package.json
{
"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 @@

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