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

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.4 to 1.0.5

4

index.d.ts

@@ -66,6 +66,8 @@ // Type definitions for battleship-types 1.0

export type orientation = 'horizontal' | 'vertical'
export interface IShip {
type: ShipType
name: string
orientation: 'horizontal' | 'vertical'
orientation: ShipOrientation
spacesOccupied: IPoint[]

@@ -72,0 +74,0 @@ size: number

{
"name": "battleship-types",
"version": "1.0.4",
"version": "1.0.5",
"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