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

@cardcore/game

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cardcore/game - npm Package Compare versions

Comparing version 0.0.1-84ee245d to 0.0.1-8ae23298

dist/actions.js

4

dist/index.js

@@ -184,3 +184,3 @@ "use strict";

return Object.assign({}, state, {
game: {
game: Object.assign({}, state.game, {
startTime: action.startTime,

@@ -203,3 +203,3 @@ nextActions: [{

boxes: {}
}
})
});

@@ -206,0 +206,0 @@ }

{
"name": "@cardcore/game",
"version": "0.0.1-84ee245d",
"version": "0.0.1-8ae23298",
"description": "base rules for the Streamplace card game",

@@ -14,5 +14,8 @@ "main": "dist/index.js",

"dependencies": {
"@streamplace/ssb-keys": "^7.0.16"
"@cardcore/client": "0.0.1-8ae23298",
"@cardcore/util": "0.0.1-8ae23298",
"@streamplace/ssb-keys": "^7.0.16",
"babel-runtime": "^6.26.0"
},
"gitHead": "84ee245dbb3f377431457889357c0132ddcbf93c"
"gitHead": "8ae23298172914eb3877ed1f6bfbb383bc6b6256"
}

@@ -26,2 +26,3 @@ export * from "./attack";

game: {
...state.game,
startTime: action.startTime,

@@ -28,0 +29,0 @@ nextActions: [

Sorry, the diff of this file is not supported yet

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