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

@hubspot/local-dev-lib

Package Overview
Dependencies
Maintainers
23
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hubspot/local-dev-lib - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

lang/en.lyaml

5

package.json
{
"name": "@hubspot/local-dev-lib",
"version": "0.0.4",
"version": "0.0.5",
"description": "Provides library functionality for HubSpot local development tooling, including the HubSpot CLI",

@@ -15,4 +15,5 @@ "main": "dist/index.js",

"scripts": {
"build": "tsc --rootDir . --outdir dist",
"build": "tsc --rootDir . --outdir dist && yarn copy-files",
"check-main": "branch=$(git rev-parse --abbrev-ref HEAD) && [ $branch = main ] || (echo 'Error: New release can only be published on main branch' && exit 1)",
"copy-files": "cp -r lang dist/lang",
"lint": "eslint --max-warnings=0 . && prettier --check ./**/*.ts",

@@ -19,0 +20,0 @@ "local-dev": "yarn build && cd dist && yarn link && cd .. && tsc --watch --rootDir . --outdir dist",

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