New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chess-client

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

chess-client - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

lib/board.js

@@ -5,3 +5,3 @@ // Generated by CoffeeScript 1.9.3

Square = require('square.js');
Square = require('./square.js');

@@ -8,0 +8,0 @@ Board = (function() {

@@ -5,3 +5,3 @@ // Generated by CoffeeScript 1.9.3

Board = require('board.js');
Board = require('./board.js');

@@ -8,0 +8,0 @@ exports.ChessClient = Board;

{
"name": "chess-client",
"version": "1.0.04",
"version": "1.0.05",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/chess.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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