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

@cryptoeconomicslab/contract

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptoeconomicslab/contract - npm Package Compare versions

Comparing version 0.5.2-alpha.1 to 0.5.2-alpha.3

2

lib/contract/interfaces/IDepositContract.d.ts

@@ -12,4 +12,4 @@ import { Integer, BigNumber, Bytes, Address, Property, Range } from '@cryptoeconomicslab/primitives';

subscribeDepositedRangeRemoved(handler: (range: Range) => Promise<void>): void;
startWatchingEvents(): void;
startWatchingEvents(): Promise<void>;
unsubscribeAll(): void;
}
{
"name": "@cryptoeconomicslab/contract",
"version": "0.5.2-alpha.1",
"version": "0.5.2-alpha.3",
"description": "contract",

@@ -32,12 +32,12 @@ "author": {

"dependencies": {
"@cryptoeconomicslab/coder": "^0.5.0",
"@cryptoeconomicslab/db": "^0.5.0",
"@cryptoeconomicslab/merkle-tree": "^0.5.0",
"@cryptoeconomicslab/ovm": "^0.5.0",
"@cryptoeconomicslab/plasma": "^0.5.0"
"@cryptoeconomicslab/coder": "^0.5.2-alpha.3",
"@cryptoeconomicslab/db": "^0.5.2-alpha.3",
"@cryptoeconomicslab/merkle-tree": "^0.5.2-alpha.3",
"@cryptoeconomicslab/ovm": "^0.5.2-alpha.3",
"@cryptoeconomicslab/plasma": "^0.5.2-alpha.3"
},
"gitHead": "96c537614208369f1d363495f128056d57185fd9",
"gitHead": "2d85760bd75bfa8814c49e4ccbea2b2473ed8ae9",
"devDependencies": {
"@cryptoeconomicslab/level-kvs": "^0.0.4",
"@cryptoeconomicslab/primitives": "^0.5.0"
"@cryptoeconomicslab/primitives": "^0.5.2-alpha.3"
},

@@ -44,0 +44,0 @@ "peerDependencies": {

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