New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cardsgame/types

Package Overview
Dependencies
Maintainers
0
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cardsgame/types - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

src/state.d.ts

4

package.json
{
"name": "@cardsgame/types",
"version": "2.2.0",
"version": "2.2.1",
"description": "",

@@ -23,3 +23,3 @@ "author": "Darek Greenly (https://darekgreenly.com)",

},
"gitHead": "73d6d5c0428543961ec330aef96587775e6bd23c"
"gitHead": "e3d0de34a18f8d8a570c6898f988d7bd0e1802c6"
}

@@ -5,2 +5,3 @@ /// <reference path="cards.d.ts" />

/// <reference path="utils.d.ts" />
/// <reference path="state.d.ts" />
/// <reference path="variants.d.ts" />

@@ -7,0 +8,0 @@

@@ -5,2 +5,3 @@ /**

type ClientMessageTypes = {
ready: { ready: boolean }
start: { variantData: Record<string, unknown> }

@@ -7,0 +8,0 @@ kick: { id: string }

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