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

onix-chess-ctrls

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onix-chess-ctrls - npm Package Compare versions

Comparing version 4.2.9 to 4.2.10

2

dist/js/ctrls/SizeSelector.js

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

const React = tslib_1.__importStar(require("react"));
const toSafeInteger_1 = tslib_1.__importDefault(require("lodash-es/toSafeInteger"));
const toSafeInteger_1 = tslib_1.__importDefault(require("lodash/toSafeInteger"));
const react_bootstrap_1 = require("react-bootstrap");

@@ -9,0 +9,0 @@ const onix_board_assets_1 = require("onix-board-assets");

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

const React = tslib_1.__importStar(require("react"));
const toSafeInteger_1 = tslib_1.__importDefault(require("lodash-es/toSafeInteger"));
const toSafeInteger_1 = tslib_1.__importDefault(require("lodash/toSafeInteger"));
const onix_core_1 = require("onix-core");

@@ -9,0 +9,0 @@ const react_bootstrap_1 = require("react-bootstrap");

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

const classnames_1 = tslib_1.__importDefault(require("classnames"));
const lodash_es_1 = require("lodash-es");
const isString_1 = tslib_1.__importDefault(require("lodash/isString"));
const react_bootstrap_1 = require("react-bootstrap");

@@ -78,3 +78,3 @@ const onix_core_1 = require("onix-core");

if (user.title) {
if (lodash_es_1.isString(user.title)) {
if (isString_1.default(user.title)) {
return (react_1.default.createElement("span", { className: "label label-success text-uppercase fs-10 mr-1", "data-toggle": "tooltip", title: "" }, user.title));

@@ -81,0 +81,0 @@ }

{
"name": "onix-chess-ctrls",
"version": "4.2.9",
"version": "4.2.10",
"description": "Chess related controls",

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

"@types/react-transition-group": "^4.4.0",
"lodash": "^4.17.20",
"onix-board-assets": "^5.0.0",
"onix-chess": "^7.2.1",
"onix-core": "^4.2.2",
"onix-chess": "^7.2.2",
"onix-core": "^4.2.3",
"react": "^16.14.0",

@@ -49,3 +50,3 @@ "react-bootstrap": "^1.4.0",

"@types/enzyme": "^3.10.5",
"@types/lodash-es": "^4.17.4",
"@types/lodash": "^4.14.166",
"@types/node": "^14.14.16",

@@ -52,0 +53,0 @@ "@types/react": "^16.14.2",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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