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

@useoptic/cli-config

Package Overview
Dependencies
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useoptic/cli-config - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

build/index.js

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

serviceConfig: {
port: randomPort,
port: task.proxy ? parseInt(proxyPort, 10) : randomPort,
host: parsedBaseUrl.hostname || 'localhost',

@@ -61,0 +61,0 @@ protocol: serviceProtocol,

{
"name": "@useoptic/cli-config",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {

@@ -5,0 +5,0 @@ "ws:test": "echo config",

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