Socket
Socket
Sign inDemoInstall

@seneca/repl

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seneca/repl - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

3

bin/seneca-repl-exec.js

@@ -341,3 +341,4 @@ #!/usr/bin/env node

try {
const makeProtocol = require('./protocol-' +
const makeProtocol = require(__dirname +
'/protocol-' +
protocol.replace(/[^a-z0-9-_]/g, '') +

@@ -344,0 +345,0 @@ '.js')

{
"name": "@seneca/repl",
"description": "Provides a client and server REPL for Seneca microservice systems.",
"version": "6.1.0",
"version": "6.1.1",
"main": "dist/repl.js",

@@ -6,0 +6,0 @@ "license": "MIT",

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