{"id":20858,"library":"webpack-zepto","title":"webpack-zepto","description":"A minimal wrapper to load Zepto (a lightweight jQuery alternative) via Webpack. Version 0.0.1 is a basic shim that exposes Zepto as a default import. No active maintenance or stable release cadence. Differentiates from zepto-webpack and other loaders by providing a simple, direct import path. Not recommended for production; consider using a maintained Zepto package or a modern build setup.","status":"abandoned","version":"0.0.1","language":"javascript","source_language":"en","source_url":"https://github.com/RexMorgan/webpack-zepto","tags":["javascript"],"install":[{"cmd":"npm install webpack-zepto","lang":"bash","label":"npm"},{"cmd":"yarn add webpack-zepto","lang":"bash","label":"yarn"},{"cmd":"pnpm add webpack-zepto","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Package exposes Zepto as a default export. CommonJS require may not work due to Webpack's module resolution.","wrong":"const $ = require('webpack-zepto');","symbol":"default","correct":"import $ from 'webpack-zepto';"}],"quickstart":{"code":"import $ from 'webpack-zepto';\n\n$(document).ready(function() {\n  $('body').append('<p>Hello from Zepto and webpack-zepto!</p>');\n});","lang":"javascript","description":"Shows how to import Zepto via webpack-zepto and use it in a basic DOM ready handler."},"warnings":[{"fix":"Migrate to a maintained Zepto package like 'zepto' from npm, or use a modern jQuery alternative.","message":"Package is unmaintained since 2015. No updates for security or compatibility.","severity":"deprecated","affected_versions":">=0.0.1"},{"fix":"Consider using a maintained library like jQuery or cash (a lightweight Zepto alternative).","message":"Zepto itself may not support all modern browsers and has known security issues (e.g., CVE-2015-9251).","severity":"gotcha","affected_versions":">=0.0.1"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Run 'npm install webpack-zepto' or use an alternative package.","cause":"Package is not installed or removed from npm registry.","error":"Cannot find module 'webpack-zepto'"},{"fix":"Ensure Webpack is configured for CommonJS or use ES6 import syntax.","cause":"Webpack may not handle the default export correctly in some configurations.","error":"$ is not a function"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}