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

@cardano-ogmios/repl

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cardano-ogmios/repl - npm Package Compare versions

Comparing version 6.0.3 to 6.1.0

3

dist/index.js

@@ -20,3 +20,3 @@ "use strict";

const cardanoOgmiosRepl = repl_1.default.start({
prompt: `${args.host}> `,
prompt: `${context.connection.address.webSocket}> `,
ignoreUndefined: true

@@ -26,2 +26,3 @@ });

acquireMempool: () => client_1.MempoolMonitoring.acquireMempool(context),
constitution: () => client_1.LedgerStateQuery.constitution(context),
epoch: () => client_1.LedgerStateQuery.epoch(context),

@@ -28,0 +29,0 @@ eraStart: () => client_1.LedgerStateQuery.eraStart(context),

{
"name": "@cardano-ogmios/repl",
"version": "6.0.3",
"version": "6.1.0",
"description": "REPL for Cardano Ogmios",

@@ -42,3 +42,3 @@ "engines": {

"dependencies": {
"@cardano-ogmios/client": "6.0.3",
"@cardano-ogmios/client": "6.1.0",
"yargs-parser": "^20.2.7"

@@ -45,0 +45,0 @@ },

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