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

2

dist/i18n.d.ts

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

export declare const i18nRegister: () => void;
export declare const register: () => void;

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

let initialized = false;
exports.i18nRegister = () => {
exports.register = () => {
if (!initialized) {

@@ -10,0 +10,0 @@ onix_core_1.i18n.registerCategories("en-us", enTranslation);

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

export { i18nRegister as register } from './i18n';
export { register as i18nRegister } from './i18n';
export * from './chess/Types';

@@ -3,0 +3,0 @@ export { Color } from './chess/Color';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var i18n_1 = require("./i18n");
exports.register = i18n_1.i18nRegister;
exports.i18nRegister = i18n_1.register;
var Color_1 = require("./chess/Color");

@@ -6,0 +6,0 @@ exports.Color = Color_1.Color;

{
"name": "onix-chess",
"version": "4.1.0",
"version": "4.1.1",
"description": "Onix chess library",

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

@@ -6,3 +6,3 @@ import { i18n as i18nCore } from 'onix-core';

let initialized = false;
export const i18nRegister = () => {
export const register = () => {
if (!initialized) {

@@ -9,0 +9,0 @@ i18nCore.registerCategories("en-us", enTranslation);

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

export { i18nRegister as register } from './i18n';
export { register as i18nRegister } from './i18n';
export * from './chess/Types';

@@ -3,0 +3,0 @@ export { Color } from './chess/Color';

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