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

@machinomy/contracts

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@machinomy/contracts - npm Package Compare versions

Comparing version 4.0.12 to 4.0.13

dist/test/support/Conversion.d.ts

3

dist/test/Unidirectional.test.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const chai = require("chai");
const BigNumber = require("bignumber.js");
const asPromised = require("chai-as-promised");

@@ -27,3 +28,3 @@ const contracts = require("../src/index");

};
return instance.open(channelId, receiver, _settlingPeriod, options);
return instance.open(channelId, receiver, new BigNumber.BigNumber(_settlingPeriod), options);
}

@@ -30,0 +31,0 @@ async function createChannel(settlingPeriod) {

{
"name": "@machinomy/contracts",
"version": "4.0.12",
"version": "4.0.13",
"description": "Machinomy contracts managed by Truffle",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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