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

@cryptoeconomicslab/ovm

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptoeconomicslab/ovm - npm Package Compare versions

Comparing version 0.4.1-alpha.1 to 0.4.1-alpha.2

6

lib/types.d.ts

@@ -1,2 +0,2 @@

import { Address, Bytes, Struct, BigNumber } from '@cryptoeconomicslab/primitives';
import { Address, Bytes, FixedBytes, Struct, BigNumber } from '@cryptoeconomicslab/primitives';
import { TraceInfo } from './Tracer';

@@ -22,7 +22,7 @@ export interface Challenge {

export declare class ChallengeGame {
readonly property: Property;
readonly propertyHash: FixedBytes;
readonly challenges: Bytes[];
readonly decision: boolean;
readonly createdBlock: BigNumber;
constructor(property: Property, challenges: Bytes[], decision: boolean, createdBlock: BigNumber);
constructor(propertyHash: FixedBytes, challenges: Bytes[], decision: boolean, createdBlock: BigNumber);
}

@@ -29,0 +29,0 @@ export declare const FreeVariable: {

@@ -33,4 +33,4 @@ "use strict";

class ChallengeGame {
constructor(property, challenges, decision, createdBlock) {
this.property = property;
constructor(propertyHash, challenges, decision, createdBlock) {
this.propertyHash = propertyHash;
this.challenges = challenges;

@@ -37,0 +37,0 @@ this.decision = decision;

{
"name": "@cryptoeconomicslab/ovm",
"version": "0.4.1-alpha.1",
"version": "0.4.1-alpha.2",
"description": "ovm",

@@ -43,3 +43,3 @@ "author": {

},
"gitHead": "233be1bedb4c14e66cf86c1e2b8daa79a3d176df",
"gitHead": "bbce212ba673830ff78d1d507ae77bc375a103fa",
"devDependencies": {

@@ -46,0 +46,0 @@ "@cryptoeconomicslab/coder": "^0.0.3",

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