Socket
Socket
Sign inDemoInstall

battleship-types

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

battleship-types - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

9

index.d.ts

@@ -82,6 +82,9 @@ // Type definitions for battleship-types 1.0

export interface IShip {
export interface IBaseShip {
name: string,
orientation: ShipOrientation,
}
export interface IShip extends IBaseShip {
type: ShipType
name: string
orientation: ShipOrientation
spacesOccupied: IPoint[]

@@ -88,0 +91,0 @@ size: number

{
"name": "battleship-types",
"version": "1.0.15",
"version": "1.0.16",
"description": "TypeScript type definitions for the game of Battleship.",

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

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