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
4
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 9.0.10 to 9.0.11-beta.0

3

build/helpers/default-ignore-rules.js

@@ -13,2 +13,3 @@ "use strict";

'GET (.*).woff',
'GET (.*).woff2',
'GET (.*).png',

@@ -22,4 +23,4 @@ 'GET (.*).jpg',

# Default Ignore Rules
# Learn to configure your own at https://useoptic.com/docs
# Learn to configure your own at http://localhost:4000/docs/using/advanced-configuration#ignoring-api-paths
${exports.defaultIgnoreRules.join('\n')}
`.trim();

@@ -104,2 +104,3 @@ import { parseRule, parseIgnore, IIgnoreRunnable } from './helpers/ignore-parser';

specStorePath: string;
specDirPath: string;
configPath: string;

@@ -106,0 +107,0 @@ gitignorePath: string;

@@ -155,4 +155,5 @@ "use strict";

const opticIgnorePath = path_1.default.join(basePath, 'ignore');
const specStorePath = path_1.default.join(basePath, 'api', 'specification.json');
const exampleRequestsPath = path_1.default.join(basePath, 'api', 'example-requests');
const specDirPath = path_1.default.join(basePath, 'api');
const specStorePath = path_1.default.join(specDirPath, 'specification.json');
const exampleRequestsPath = path_1.default.join(specDirPath, 'example-requests');
const testingConfigPath = path_1.default.join(basePath, 'testing.json');

@@ -166,2 +167,3 @@ return {

opticIgnorePath,
specDirPath,
specStorePath,

@@ -168,0 +170,0 @@ exampleRequestsPath,

{
"name": "@useoptic/cli-config",
"version": "9.0.10",
"version": "9.0.11-beta.0",
"scripts": {

@@ -5,0 +5,0 @@ "ws:test": "jest",

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