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

fabric8-analytics-dependency-editor

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabric8-analytics-dependency-editor - npm Package Compare versions

Comparing version 0.0.7-development to 0.0.8-development

2

package.json
{
"name": "fabric8-analytics-dependency-editor",
"version": "0.0.7-development",
"version": "0.0.8-development",
"description": "Dependency editor",

@@ -5,0 +5,0 @@ "main": "bundles/fabric8-analytics-dep-editor.umd.js",

@@ -21,4 +21,4 @@ import { Injectable, EventEmitter, Output } from '@angular/core';

this.URLS_HASH = {};
this.LICENSE_API_BASE = this.checkForTrailingSlashes(this.urlProvider.getLicenseAPIUrl());
this.RECOMMENDER_API_BASE = this.checkForTrailingSlashes(this.urlProvider.getRecommenderAPIUrl());
this.LICENSE_API_BASE = this.checkForTrailingSlashes(this.urlProvider.getLicenseAPIUrl() || 'https://license-analysis.api.prod-preview.openshift.io/');
this.RECOMMENDER_API_BASE = this.checkForTrailingSlashes(this.urlProvider.getRecommenderAPIUrl() || 'https://recommender.api.prod-preview.openshift.io/');
this.URLS_HASH = {

@@ -25,0 +25,0 @@ 'CVE': this.RECOMMENDER_API_BASE + 'api/v1/depeditor-cve-analyses/',

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