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

@forge/bundler

Package Overview
Dependencies
Maintainers
13
Versions
1536
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/bundler

Default bundler for Forge apps

0.6.2-next.0
npm
Version published
Weekly downloads
11K
5.72%
Maintainers
13
Weekly downloads
 
Created
Source

Default bundler for Forge apps

API

import { bundle, watch } from '@atlassian/forge-bundler';

// bundle example
const { output, sourceMap } = await bundle(endpoint);

// watch example
const monitor = watch(endpoint, (err, output) => {
  if (err) {
    log(err);
  } else {
    // ...
  }
});

monitor.stop();

FAQs

Package last updated on 28 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts