
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@ray-core/babel-preset-remax
Advanced tools
Babel preset for remax app.
yarn add babel-preset-remax --dev
configure react preset. https://babeljs.io/docs/en/babel-preset-react
configure typescript preset. https://babeljs.io/docs/en/babel-preset-typescript
configure babel proposal decorators. https://babeljs.io/docs/en/babel-plugin-proposal-decorators
configure babel proposal class properties. https://babeljs.io/docs/en/babel-plugin-proposal-class-properties
configure react preset throwIfNamespace option. https://babeljs.io/docs/en/babel-preset-react#throwifnamespace
{
presets: [
[
'remax',
{
react: {
runtime: 'classic',
},
typescript: {
allowNamespaces: true,
},
'class-properties': {
loose: true,
},
decorators: {
legacy: true,
},
'throw-if-namespace': false,
},
],
];
}
FAQs
remax babel preset
The npm package @ray-core/babel-preset-remax receives a total of 311 weekly downloads. As such, @ray-core/babel-preset-remax popularity was classified as not popular.
We found that @ray-core/babel-preset-remax demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.