Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hyperone/cli-core

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperone/cli-core - npm Package Compare versions

Comparing version 2.0.14 to 2.0.16

2

lib/openapi.js

@@ -63,3 +63,3 @@ import $RefParser from '@apidevtools/json-schema-ref-parser';

.map(([path]) => {
const match = path.match(new RegExp(`^(${prefix}/[a-zA-Z]+?)/({[A-Za-z_]+}){0,1}$`));
const match = path.match(new RegExp(`^(${prefix}/[a-zA-Z]+?)(/{[A-Za-z_]+}){0,1}$`));
if (!match) return;

@@ -66,0 +66,0 @@ return match[1];

{
"name": "@hyperone/cli-core",
"version": "2.0.14",
"version": "2.0.16",
"description": "",

@@ -30,3 +30,3 @@ "main": "index.js",

"license": "MIT",
"gitHead": "8a06a2020264c832a69e967bf25996889b8c5820"
"gitHead": "a031bec079b6316fb9e29d7999ef39c008b08e48"
}
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