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

@hubspot/cli-lib

Package Overview
Dependencies
Maintainers
16
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hubspot/cli-lib - npm Package Compare versions

Comparing version 3.0.7-beta.9 to 3.0.7-beta.10

api/sandbox-hubs.js

5

api/dfs.js

@@ -5,3 +5,2 @@ const http = require('../http');

const PROJECTS_API_PATH = 'dfs/v1/projects';
const BUILD_STATUS_PATH = 'dfs-status/v1/project';

@@ -87,5 +86,5 @@ /**

*/
async function getBuildStatus(portalId, name, buildId) {
async function getBuildStatus(portalId, projectName, buildId) {
return http.get(portalId, {
uri: `${BUILD_STATUS_PATH}/${name}/build/${buildId}`,
uri: `${PROJECTS_API_PATH}/${projectName}/builds/${buildId}/status`,
});

@@ -92,0 +91,0 @@ }

4

package.json
{
"name": "@hubspot/cli-lib",
"version": "3.0.7-beta.9",
"version": "3.0.7-beta.10",
"description": "Library for creating scripts for working with HubSpot",

@@ -35,3 +35,3 @@ "license": "Apache-2.0",

},
"gitHead": "ab6635de091be010385405799c6f82832c9aaca1"
"gitHead": "19b50f345d559b802b3d39265de6964c58d17a60"
}
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