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.1 to 1.0.2

built/chess/BoardReducer.d.ts

6

built/chess/index.d.ts

@@ -0,1 +1,4 @@

import * as BoardActionTypes from './BoardActionTypes';
import * as BoardActionConsts from './BoardActionConsts';
import * as BoardActions from './BoardActions';
export { ChessPiece } from './ChessPiece';

@@ -6,1 +9,4 @@ export { ChessSquare } from './ChessSquare';

export { BoardSettings } from './BoardSettings';
export { boardReducer } from './BoardReducer';
export { BoardState, BoardRelatedStore } from './BoardState';
export { BoardActionTypes, BoardActionConsts, BoardActions };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var BoardActionTypes = require("./BoardActionTypes");
exports.BoardActionTypes = BoardActionTypes;
var BoardActionConsts = require("./BoardActionConsts");
exports.BoardActionConsts = BoardActionConsts;
var BoardActions = require("./BoardActions");
exports.BoardActions = BoardActions;
var ChessPiece_1 = require("./ChessPiece");

@@ -13,2 +19,4 @@ exports.ChessPiece = ChessPiece_1.ChessPiece;

exports.Orientation = Constants_1.Orientation;
var BoardReducer_1 = require("./BoardReducer");
exports.boardReducer = BoardReducer_1.boardReducer;
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "onix-board",
"version": "1.0.1",
"version": "1.0.2",
"description": "Onix chess board abstractions",

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

@@ -0,1 +1,5 @@

import * as BoardActionTypes from './BoardActionTypes';
import * as BoardActionConsts from './BoardActionConsts';
import * as BoardActions from './BoardActions';
export { ChessPiece } from './ChessPiece';

@@ -5,2 +9,6 @@ export { ChessSquare } from './ChessSquare';

export { BoardSize, BoardMode, Orientation } from './Constants';
export { BoardSettings } from './BoardSettings';
export { BoardSettings } from './BoardSettings';
export { boardReducer } from './BoardReducer';
export { BoardState, BoardRelatedStore } from './BoardState';
export { BoardActionTypes, BoardActionConsts, BoardActions };

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