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-a2227030 to 0.0.1-b988254e

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-a2227030",
"version": "0.0.1-b988254e",
"description": "base rules for the Streamplace card game",

@@ -16,3 +16,3 @@ "main": "dist/index.js",

},
"gitHead": "a2227030a725c42f1d30ec19c0e97232bd467345"
"gitHead": "b988254e91c1d5090f9ae8f72977c7e236b5d8c5"
}

@@ -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