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

@adminide-stack/core

Package Overview
Dependencies
Maintainers
0
Versions
797
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminide-stack/core - npm Package Compare versions

Comparing version 9.2.1-alpha.19 to 9.2.1-alpha.21

2

lib/utils/cdecodeUri.js

@@ -45,3 +45,3 @@ import {URI}from'@vscode-alt/monaco-editor/esm/vs/base/common/uri.js';import {Schemas}from'@workbench-stack/core/lib/core/network.js';import sortKeys from'sort-keys';import queryString from'query-string';import {IConfigCollectionName}from'../interfaces/generated/generated-models.js';import'../interfaces/configuration/configuration.js';import'../interfaces/organization/organization-context.js';import'@workbench-stack/core/lib/constants/extensions.js';import'@workbench-stack/core/lib/interfaces/lifecycle/lifecycle.js';import'../interfaces/permissions.js';/* eslint-disable prefer-destructuring */

// Conditionally include the leading slash
const path = pathSegments.length > 0 ? `/${pathSegments.join('/')}` : '';
const path = pathSegments.length > 0 ? `/${pathSegments.join('/')}` : '/';
return URI.from({

@@ -48,0 +48,0 @@ scheme: Schemas.cdecode,

{
"name": "@adminide-stack/core",
"version": "9.2.1-alpha.19",
"version": "9.2.1-alpha.21",
"description": "AdminIDE core for higher packages to depend on",

@@ -37,3 +37,3 @@ "license": "ISC",

},
"gitHead": "9f1bb5ba19c2e49d27ccfb89022bca7263646d89",
"gitHead": "6ada5715c50b6244c49dc5c1dee1e1a4f3affae7",
"typescript": {

@@ -40,0 +40,0 @@ "definition": "lib/index.d.ts"

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