
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
gluestick-env-expose-ast
Advanced tools
Expose strategy for environment variables from AST for Gluestick
gluestick-env-expose-ast
This plugin allows you to automatically export environment variables (process.env.*
) by taversing the AST of a provided file.
For example, if the plugin finds process.env.ENV_VAR_0
this variable will be exposed in the final build, both on client and server.
npm install --save gluestick-env-expose-ast
src/gluestick.plugins.js
:export default [
'gluestick-env-expose-ast'
]
// or
export default [
{
plugin: 'gluestick-env-expose-ast',
options: {
parse: 'file.js'
},
},
]
parse
: string | string[]
- path or array of paths to files which will be parsed for process.env.*
exposeRuntime
: boolean
- replace process.env
with window.__GS_ENV_VARS__
to allow passing variables in runtime instead of on compilation time, it will also pass detected variables to the server bundle so window.__GS_ENV_VARS__
gets properly propagated when renderering pages on the serverFAQs
Expose strategy for environment variables from AST for Gluestick
We found that gluestick-env-expose-ast demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.