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

fmg-payments

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fmg-payments - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

package.json
{
"name": "fmg-payments",
"version": "0.0.4",
"version": "0.0.5",
"description": "Force-move game payment channel",

@@ -16,3 +16,3 @@ "directories": {

"dependencies": {
"fmg-core": "^0.0.4",
"fmg-core": "^0.0.5",
"sha3": "^1.2.2",

@@ -19,0 +19,0 @@ "web3-utils": "^1.0.0-beta.30"

@@ -21,3 +21,3 @@ import { State, toHex32, padBytes32 } from 'fmg-core';

super(...arguments);
this.stateType = State.StateTypes.PREFUNDSETUP;
this.stateType = State.StateType.PreFundSetup;
}

@@ -29,3 +29,3 @@ }

super(...arguments);
this.stateType = State.StateTypes.POSTFUNDSETUP;
this.stateType = State.StateType.PostFundSetup;
}

@@ -37,3 +37,3 @@ }

super(...arguments);
this.stateType = State.StateTypes.GAME;
this.stateType = State.StateType.Game;
}

@@ -45,3 +45,3 @@ }

super(...arguments);
this.stateType = State.StateTypes.CONCLUDE;
this.stateType = State.StateType.Conclude;
}

@@ -48,0 +48,0 @@ }

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