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 3.2.0 to 4.0.0-beta.1

14

dist/index.js

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

const chainSync = await client_1.createChainSyncClient({
rollBackward: ({ point, tip, reflection }) => {
rollBackward: async ({ point, tip }, requestNext) => {
log(chalk_1.default.bgRedBright.bold('ROLL BACKWARD'));

@@ -27,8 +27,5 @@ log(chalk_1.default.redBright.bold('Point'));

logObject(tip);
if (reflection !== null) {
log(chalk_1.default.redBright.bold('Reflection'));
logObject(reflection);
}
requestNext();
},
rollForward: ({ block, tip, reflection }) => {
rollForward: async ({ block, tip }, requestNext) => {
log(chalk_1.default.bgGreen.bold('ROLL FORWARD'));

@@ -39,6 +36,3 @@ log(chalk_1.default.green.bold('Block'));

logObject(tip);
if (reflection !== null) {
log(chalk_1.default.green.bold('Reflection'));
logObject(reflection);
}
requestNext();
}

@@ -45,0 +39,0 @@ }, {

{
"name": "@cardano-ogmios/repl",
"version": "3.2.0",
"version": "4.0.0-beta.1",
"description": "REPL for Cardano Ogmios",

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

"dependencies": {
"@cardano-ogmios/client": "3.2.0",
"@cardano-ogmios/client": "4.0.0-beta.1",
"chalk": "^4.1.0",

@@ -45,0 +45,0 @@ "yargs-parser": "^20.2.7"

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