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

onix-board

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onix-board - npm Package Compare versions

Comparing version 1.0.12 to 1.0.14

2

built/chess/BoardReducer.js

@@ -54,3 +54,3 @@ "use strict";

if (state === void 0) { state = INITIAL_STATE; }
onix_core_2.Logger.debug('Board action', action);
onix_core_2.Logger.debug('Try board action', action);
switch (action.type) {

@@ -57,0 +57,0 @@ case actions.SET_POSITION:

{
"name": "onix-board",
"version": "1.0.12",
"version": "1.0.14",
"description": "Onix chess board abstractions",

@@ -5,0 +5,0 @@ "main": "built/index.js",

@@ -53,3 +53,3 @@ import { Reducer } from 'redux';

export const boardReducer: Reducer<BoardState> = (state: BoardState = INITIAL_STATE, action: BoardAction) => {
Logger.debug('Board action', action);
Logger.debug('Try board action', action);
switch (action.type) {

@@ -56,0 +56,0 @@ case actions.SET_POSITION:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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