
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Reverse Composer
Reverse of Idiomatic Compose
npm install --save compose-r
node ./node_modules/.bin/node-readme
npm run build
npm run lint:test
npm run lint:test
release-it
cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
npm run lint:eslint
eslint src/*.js
clear && jest
jest --coverage
clear && jest --watch
npm run lint && npm run test:coverage
clear && npm run lint:test && npm run build:cjs && npm run build:es && npm run build:umd
clear && rimraf cjs && cross-env BABEL_ENV=cjs babel -w src --out-dir cjs
rimraf es && cross-env BABEL_ENV=es babel src --out-dir es
rimraf cjs && cross-env BABEL_ENV=cjs babel src --out-dir cjs
rimraf dist && cross-env BABEL_ENV=es rollup -c & cross-env BABEL_ENV=es NODE_ENV=production rollup -c
Package | Version | Dev |
---|---|---|
babel-cli | ^6.18.0 | ✔ |
babel-core | ^6.17.0 | ✔ |
babel-eslint | ^7.2.3 | ✔ |
babel-plugin-add-module-exports | ^0.2.1 | ✔ |
babel-preset-es2015 | ^6.16.0 | ✔ |
coveralls | ^2.11.15 | ✔ |
cross-env | ^3.1.3 | ✔ |
eslint | ^3.12.0 | ✔ |
eslint-config-airbnb-base | ^11.3.0 | ✔ |
eslint-plugin-babel | ^4.0.0 | ✔ |
eslint-plugin-import | ^2.7.0 | ✔ |
generate-readme | ^0.3.1 | ✔ |
husky | ^0.12.0 | ✔ |
jest | ^18.1.0 | ✔ |
node-readme | ^0.1.9 | ✔ |
release-it | ^2.5.1 | ✔ |
rimraf | ^2.5.4 | ✔ |
rollup | ^0.39.2 | ✔ |
rollup-plugin-babel | ^2.6.1 | ✔ |
rollup-plugin-bundle-size | ^1.0.1 | ✔ |
rollup-plugin-commonjs | ^7.0.0 | ✔ |
rollup-plugin-node-resolve | ^2.0.0 | ✔ |
rollup-plugin-uglify | ^1.0.1 | ✔ |
Rajat Sharma (rajatsharma0720@gmail.com)
FAQs
Reverse Composer
The npm package compose-r receives a total of 0 weekly downloads. As such, compose-r popularity was classified as not popular.
We found that compose-r 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.