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 1.0.2 to 1.0.3

built/Intl.d.ts

1

built/index.d.ts

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

export { registerStrings } from './Intl';
export { Color } from './chess/Color';

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

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

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

6

package.json
{
"name": "onix-chess",
"version": "1.0.2",
"version": "1.0.3",
"description": "Onix chess library",

@@ -24,3 +24,3 @@ "main": "built/index.js",

"dependencies": {
"onix-core": "^1.1.16",
"onix-core": "^1.1.19",
"shortid": "^2.2.6"

@@ -35,2 +35,2 @@ },

}
}
}

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

export { registerStrings } from './Intl';
export { Color } from './chess/Color';

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

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