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.3.0 to 0.4.0

babel.config.cjs

4

index.js
import https from 'node:https';
import { Readable } from 'node:stream';
import querystring from 'node:querystring';
import porch from 'porch';
import { createStream } from 'porch';

@@ -118,3 +118,3 @@ const baseUrl = 'https://api.hubapi.com/crm/v3';

porch.createStream(
createStream(
ids.map(id => () => getObject(objectType, id, props, associations)),

@@ -121,0 +121,0 @@ 100,

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

@@ -12,10 +12,11 @@ "license": "MIT",

"scripts": {
"test": "jest --coverage"
"test": "jest --coverage --verbose",
"changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"* %h %s\""
},
"dependencies": {
"porch": "^1.1.4"
"porch": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"babel-jest": "^27.5.1",

@@ -27,7 +28,7 @@ "jest": "^27.5.1"

},
"babel": {
"plugins": [
"@babel/plugin-transform-modules-commonjs"
"jest": {
"transformIgnorePatterns": [
"/node_modules/(?!porch)"
]
}
}
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