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.10 to 1.0.11

4

index.d.ts

@@ -56,4 +56,4 @@ // Type definitions for battleship-types 1.0

placeShip(ship: IShip, location: Location): void
receiveGuess(point: IPoint): void
makeGuess(point: IPoint, opponent: IPlayer): void
receiveGuess(location: Location): void
makeGuess(location: Location, opponent: IPlayer): void
}

@@ -60,0 +60,0 @@

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