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.6 to 1.0.7

2

index.d.ts

@@ -44,3 +44,3 @@ // Type definitions for battleship-types 1.0

// Union (enum) for point statuses
export type PointStatus = 'Hit' | 'Miss' | 'Ship' | 'Empty'
export type PointStatus = 'Sunk' | 'Hit' | 'Miss' | 'Ship' | 'Empty'

@@ -47,0 +47,0 @@ /**

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