
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.
react-server-module-tagger
Advanced tools
A function for tagging react-server logger instances with information about the module they're being used in.
To transpile your source for use with React Server, install gulp and the plugin
npm i -D gulp react-server-module-tagger
Then require and call the function.
const tagger = require('react-server-module-tagger');
const filePath = 'path/to/my/output.js';
const opts = {label:"foo"};
const moduleTag = tagger({ filePath, trim: 'path/to', opts });
returns a logger instance that will have consistent coloring on the server and
the client, and that has a human-friendly, readable name that easily maps to
the file tree (in this example components.my-feature.foo
).
v0.6.0 (2017-01-28)
Previously, routes marked explicitly as GET would also accept POST and other requests. After upgrading to v0.6.0, routes will only match the verbs they are marked to accept, which may break some existing use cases. We recommended auditing your non-GET routes as part of upgrading to 0.6.0
react-server-cli
, react-server
react-server-examples
, react-server-redux
, react-server-test-pages
react-server-cli
, react-server
babel-plugin-react-server
, babel-preset-react-server
, generator-react-server
, react-server-cli
, react-server-gulp-module-tagger
, react-server-module-tagger
, react-server
babel-plugin-react-server
react-server-cli
, react-server
generator-react-server
, react-server-cli
react-server
react-server-cli
react-server-test-pages
react-server-test-pages
, react-server-website
react-server-cli
FAQs
calculates module level config
The npm package react-server-module-tagger receives a total of 8 weekly downloads. As such, react-server-module-tagger popularity was classified as not popular.
We found that react-server-module-tagger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.