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

@harmoniclabs/plutus-machine

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harmoniclabs/plutus-machine - npm Package Compare versions

Comparing version 2.0.0-dev2 to 2.0.0-dev3

6

dist/Machine/MachineCosts.js

@@ -57,5 +57,7 @@ "use strict";

function costModelToMachineCosts(costMdls) {
var costs = (0, cardano_costmodels_ts_1.isCostModelsV1)(costMdls) ? (0, cardano_costmodels_ts_1.costModelV1ToFakeV3)(__assign({}, costMdls)) :
var costs =
// always check latest version first
(0, cardano_costmodels_ts_1.isCostModelsV3)(costMdls) ? (0, cardano_costmodels_ts_1.toCostModelV3)(__assign({}, costMdls)) :
(0, cardano_costmodels_ts_1.isCostModelsV2)(costMdls) ? (0, cardano_costmodels_ts_1.costModelV2ToFakeV3)(__assign({}, costMdls)) :
(0, cardano_costmodels_ts_1.toCostModelV3)(costMdls);
(0, cardano_costmodels_ts_1.costModelV1ToFakeV3)(__assign({}, costMdls));
var result = {};

@@ -62,0 +64,0 @@ function add(k, cpuKey, memKey) {

{
"name": "@harmoniclabs/plutus-machine",
"version": "2.0.0-dev2",
"version": "2.0.0-dev3",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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