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

onix-chess

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onix-chess - npm Package Compare versions

Comparing version 6.2.0 to 6.3.0

4

dist/actions/GameStore.d.ts

@@ -1,2 +0,2 @@

import { Store } from "redux";
import { AnyAction, Store } from "redux";
import { GameState } from './GameState';

@@ -8,2 +8,2 @@ import { GameActions } from './GameActions';

export declare type GameStore = Store<GameState, GameActions.GameAction>;
export declare type GameRelatedStore = Store<GameRelatedState, GameActions.GameAction>;
export declare type GameRelatedStore = Store<GameRelatedState, AnyAction>;
{
"name": "onix-chess",
"version": "6.2.0",
"version": "6.3.0",
"description": "Onix chess library",

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

@@ -1,2 +0,2 @@

import { Store } from "redux";
import { AnyAction, Store } from "redux";
import { GameState } from './GameState';

@@ -10,2 +10,2 @@ import { GameActions } from './GameActions';

export type GameStore = Store<GameState, GameActions.GameAction>;
export type GameRelatedStore = Store<GameRelatedState, GameActions.GameAction>;
export type GameRelatedStore = Store<GameRelatedState, AnyAction>;
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