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

@hubspot/ui-extensions-dev-server

Package Overview
Dependencies
Maintainers
22
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hubspot/ui-extensions-dev-server - npm Package Compare versions

Comparing version 0.0.1-prealpha.6 to 0.0.1-prealpha.7

4

index.js

@@ -7,3 +7,3 @@ const { OUTPUT_DIR } = require('./constants');

function remoteBuild(root, entryPoint, outputDir) {
async function remoteBuild(root, entryPoint, outputDir) {
const allowedExtensions = ['.js', '.ts', '.tsx', '.jsx'];

@@ -20,3 +20,3 @@ const fileInfo = path.parse(entryPoint);

buildSingleExtension({
await buildSingleExtension({
file: entryPoint,

@@ -23,0 +23,0 @@ outputFileName: getUrlSafeFileName(entryPoint),

{
"name": "@hubspot/ui-extensions-dev-server",
"version": "0.0.1-prealpha.6",
"version": "0.0.1-prealpha.7",
"description": "",

@@ -59,3 +59,3 @@ "main": "index.js",

},
"gitHead": "1dfa4048c08a39c6f50a5f87e92eddf1b19dde5c"
"gitHead": "79b9c6d99d246df060c0ca83c3811004efd579c1"
}
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