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
1
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 1.1.0 to 1.4.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.4.0](https://github.com/zielak/cardsGame/compare/v1.3.1...v1.4.0) (2023-02-12)
### Features
* dragging actions ([9e45343](https://github.com/zielak/cardsGame/commit/9e45343097786c3a9481e8a12fe08f209c94b931))
# [1.1.0](https://github.com/zielak/cardsGame/compare/v0.22.1...v1.1.0) (2022-11-06)

@@ -8,0 +19,0 @@

@@ -0,1 +1,4 @@

/**
* Event types coming from client ot server
*/
interface ClientMessageTypes {

@@ -8,2 +11,5 @@ start: void

/**
* Event types coming from server to client
*/
interface ServerMessageTypes {

@@ -13,2 +19,8 @@ gameInfo: ServerMessage<string>

gameError: ServerMessage<string>
dragStatus: ServerMessage<{
interaction: "dragstart" | "dragend"
idxPath: string
status: boolean
}>
}

@@ -15,0 +27,0 @@

4

package.json
{
"name": "@cardsgame/types",
"version": "1.1.0",
"version": "1.4.0",
"type": "module",

@@ -17,3 +17,3 @@ "description": "",

"types": "index",
"gitHead": "342a4d93d367862707e1321bb9907fd9a034913f"
"gitHead": "e73580c6874416db64ea84736084a0eb2aa83943"
}
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