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

kleros-interaction

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kleros-interaction - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

contracts/standard/arbitration/ArbitrableTokens/LockedToken.sol

0

build/contracts/Arbitrable.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

Code

@@ -0,0 +0,0 @@ # Arbitration

@@ -0,0 +0,0 @@ # Standard

@@ -0,0 +0,0 @@ # Random Number Generation

4

helpers/utils.js

@@ -20,5 +20,5 @@ module.exports = {

const outOfGas = error.message.search('out of gas') >= 0
// TODO: Test if the error is a revert.
assert(invalidJump || invalidOpcode || outOfGas, "Expected throw, got '" + error + "' instead")
return

@@ -25,0 +25,0 @@

@@ -0,0 +0,0 @@ The MIT License (MIT)

@@ -0,0 +0,0 @@ var Migrations = artifacts.require("./Migrations.sol");

@@ -0,0 +0,0 @@ /*var ConvertLib = artifacts.require("./ConvertLib.sol");

{
"name": "kleros-interaction",
"version": "0.0.8",
"version": "0.0.9",
"description": "Smart contracts interacting with Kleros.",

@@ -26,3 +26,6 @@ "main": "index.js",

},
"homepage": "https://github.com/kleros/kleros-interaction#readme"
"homepage": "https://github.com/kleros/kleros-interaction#readme",
"dependencies": {
"zeppelin-solidity": "^1.3.0"
}
}
# kleros-interaction
Smart contracts able to interact with Kleros and standard proposals.

@@ -0,0 +0,0 @@ /* eslint-disable no-undef */ // Avoid the linter considering truffle elements as undef.

@@ -0,0 +0,0 @@ ### Tests

@@ -127,3 +127,3 @@ /* eslint-disable no-undef */ // Avoid the linter considering truffle elements as undef.

it('Should fail if someone else try to submit', async () => {
it('Should fail if someone else tries to submit', async () => {
let centralizedArbitrator = await CentralizedArbitrator.new(arbitrationFee, {from: arbitrator})

@@ -130,0 +130,0 @@ let arbitrable = await TwoPartyArbitrable.new(centralizedArbitrator.address, contractHash, timeout, partyB, 0x0, {from: partyA})

@@ -0,0 +0,0 @@ module.exports = {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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