
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
quip-apps-webpack-config
Advanced tools
The motivation for this package is that we want to share some default compilation rules for Quip Live Apps.
In particular, because we deploy our app on the Mac platform, and still support Yosemite, we need to make use of babel-polyfill so that Object.assign etc.. won't throw.
This config assumes a few things about your respository's source code structure as well as the output file names for the app
directory.
It is possible to customize the config like this:
let Config = require("quip-apps-webpack-config");
Config.entry = [path.resolve(cwd, "./handleRichTextBoxKeyEventNavigation.js")];
Config.output = {
path: path.resolve(cwd, "./dist"),
filename: "handleRichTextBoxKeyEventNavigation.js",
libraryTarget: "umd",
publicPath: "dist"
};
module.exports = Config;
Modifies Uglify configuration and webpack globals. Note that upgrading from 0.0.13 to 0.0.15 introduces a breaking change when compiling apps created with pre-0.0.15 create-quip-app
. The fix is to manually delete -p
from the package.json scripts.build
command. Otherwise, npm run build
results in ERROR in app.js from UglifyJs
TypeError: Cannot read property 'sections' of null
.
FAQs
Quip Apps Webpack Config
The npm package quip-apps-webpack-config receives a total of 2,348 weekly downloads. As such, quip-apps-webpack-config popularity was classified as popular.
We found that quip-apps-webpack-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.