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

@laboratoria/hubspot

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@laboratoria/hubspot - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

coverage/clover.xml

10

index.js

@@ -96,4 +96,5 @@ import https from 'node:https';

const getObject = async (objectType, id, props = [], associations = []) => {
const { result } = await get(`/objects/${objectType}/${id}`, {
const getObject = (objectType, id, props = [], associations = []) => get(
`/objects/${objectType}/${id}`,
{
...(

@@ -107,5 +108,4 @@ !!props.length && {

}),
});
return result;
};
},
);

@@ -112,0 +112,0 @@ const getByIds = (

{
"name": "@laboratoria/hubspot",
"version": "0.2.0",
"version": "0.3.0",
"description": "Unofficial Hubspot Node.js client",

@@ -5,0 +5,0 @@ "license": "MIT",

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