New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6 to 1.0.7

2

built/chess/index.d.ts

@@ -8,3 +8,3 @@ import * as BoardActionTypes from './BoardActionTypes';

export { ChessDragLayer } from './ChessDragLayer';
export { BoardSize, BoardMode, Orientation } from './Constants';
export { BoardSize, BoardSizeClass, BoardMode, Orientation } from './Constants';
export { BoardSettings } from './BoardSettings';

@@ -11,0 +11,0 @@ export { boardReducer } from './BoardReducer';

@@ -19,2 +19,3 @@ "use strict";

exports.BoardSize = Constants_1.BoardSize;
exports.BoardSizeClass = Constants_1.BoardSizeClass;
exports.BoardMode = Constants_1.BoardMode;

@@ -21,0 +22,0 @@ exports.Orientation = Constants_1.Orientation;

{
"name": "onix-board",
"version": "1.0.6",
"version": "1.0.7",
"description": "Onix chess board abstractions",

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

@@ -9,3 +9,3 @@ import * as BoardActionTypes from './BoardActionTypes';

export { ChessDragLayer } from './ChessDragLayer';
export { BoardSize, BoardMode, Orientation } from './Constants';
export { BoardSize, BoardSizeClass, BoardMode, Orientation } from './Constants';
export { BoardSettings } from './BoardSettings';

@@ -12,0 +12,0 @@ export { boardReducer } from './BoardReducer';

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