New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@risingstack/trace-cli

Package Overview
Dependencies
Maintainers
12
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@risingstack/trace-cli - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-1
bin/trace-cli-deployhook.spec.js

@@ -6,3 +6,3 @@ 'use strict'

const path = require('path')
const cli = path.join(__dirname, 'cli-deployhook')
const cli = path.join(__dirname, 'trace-cli-deployhook')

@@ -9,0 +9,0 @@ describe('deployhook', function () {

'use strict'
const url = require('url')
const https = require('https')
const traceAPI = process.env.TRACE_COLLECTOR_API_URL || 'api.trace.risingstack.com'
const traceAPI = process.env.TRACE_COLLECTOR_API_URL || 'https://api.trace.risingstack.com'
const URI = url.parse(traceAPI)

@@ -11,3 +13,3 @@ function send (apiKey, serviceName, revision, callback) {

const options = {
hostname: traceAPI,
hostname: URI.hostname,
port: 443,

@@ -14,0 +16,0 @@ path: encodeURI(path),

{
"name": "@risingstack/trace-cli",
"version": "1.0.2",
"version": "1.0.3",
"description": "CLI for Trace by RisingStack",

@@ -5,0 +5,0 @@ "main": "index.js",