
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
@sanity/webpack-integration
Advanced tools
Tools and modules required for making partisan (the part system) work with webpack
This package is part of Sanity Studio v2, which has been superseded by Sanity Studio v3, the current major version released on Dec 7th, 2022. This package is no longer used/needed for Sanity Studio in its current version and will be retired on Dec 7th, 2023. The core packages for Sanity Studio v2 will only receive critical bug fixes until this date.
Please head over to the documentation for Sanity Studio v3 to learn more.
Tools and modules required for making partisan (the part system) work with webpack. Note: currently only works with Webpack 1.
npm install --save @sanity/webpack-integration
const sanityWebpack = require('@sanity/webpack-integration/v1')
const options = {
basePath: '/path/to/project',
env: 'production',
}
// Get array of plugins required for part loading
sanityWebpack.getPlugins(options)
// Get array of loader definitions required for part loading
sanityWebpack.getLoaders(options)
// Get array of postcss plugins required to build the CSS used in Sanity
sanityWebpack.getPostcssPlugins(options)
// Get a partial webpack configuration for the Sanity-specific parts. You'll have to merge this with your existing webpack config.
sanityWebpack.getConfig(options)
// Less common, but if you need more fine-grained access to internals:
// Get a preconfigured `DefinePlugin` that exposes `__DEV__`
sanityWebpack.getEnvPlugin(options)
// Get the part resolver plugin required for part imports
sanityWebpack.getPartResolverPlugin(options)
// Get the part loader (requires the PartResolverPlugin)
sanityWebpack.getPartLoader(options)
// Get the resolving function required for postcss-import
sanityWebpack.getStyleResolver(options)
// Get an initialized postcss-import plugin
sanityWebpack.getPostcssImportPlugin(options)
MIT-licensed. See LICENSE.
FAQs
Tools and modules required for making partisan (the part system) work with webpack
The npm package @sanity/webpack-integration receives a total of 4,036 weekly downloads. As such, @sanity/webpack-integration popularity was classified as popular.
We found that @sanity/webpack-integration demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 39 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.