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 3.4.0 to 4.0.0

dist/i18n.d.ts

2

dist/index.d.ts

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

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

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

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

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

{
"name": "onix-chess",
"version": "3.4.0",
"version": "4.0.0",
"description": "Onix chess library",

@@ -27,3 +27,3 @@ "main": "dist/index.js",

"lodash-es": "^4.17.15",
"onix-core": "^2.0.1",
"onix-core": "^3.0.0",
"shortid": "^2.2.15",

@@ -30,0 +30,0 @@ "warning": "^4.0.3"

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

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

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

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