![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
bfred-npm-bundler
Advanced tools
Browserify, babelify, minify node modules. For my own modules, but maybe you can find it useful too.
Browserify, babelify, minify node modules. For my own modules, but maybe you can find it useful too.
npm install --save-dev bfred-npm-bundler
Add to your module's package.json
:
"scripts": {
"build": "./node_modules/bfred-npm-bundler/tasks/all.sh index.js doSomething do-something",
"to-npm": "./node_modules/bfred-npm-bundler/tasks/to-npm.sh index.js do-something",
"prepublish": "npm run to-npm"
}
where doSomething
is the global variable name of the module (camelCase) and do-something
is the module name on npm.
Here's an explanation of the files that this generates (the ones in dist/
)
index.js
: source file, in ES6, the inputdist/do-something.js
: browser-ready file with AMD or a global variable called doSomething
dist/do-something.min.js
: same as above, minifieddist/do-something.node.js
: used by node/browserify with require('do-something')
dist/do-something.node.min.js
: same as above, but minified, for byte counting onlyMIT © Federico Brigante
FAQs
Opinionated ES6 library bundler based on rollup and buble
We found that bfred-npm-bundler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.