Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
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
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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.