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

fabric8-analytics-dependency-editor

Package Overview
Dependencies
Maintainers
1
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.3-development to 0.0.4-development

2

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

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

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

// const payload = 'github_url=' + githubUrl;
var payload = {};
payload['github_url'] = githubUrl + '&source=osio';
payload['github_ref'] = githubRef;
var payload;
payload = 'github_url=' + githubUrl + '&source=osio' + '&github_ref=' + githubRef;
option.headers.append('Content-Type', 'application/x-www-form-urlencoded');

@@ -39,0 +38,0 @@ return _this.http.post(url, payload, option)

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