Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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,843 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.