
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@code_monk/json2bash
Advanced tools
Allows you to import json files (such as package.json) into bash scripts.
Useful for CLIs, build scripts, CI scripts, or anywhere where your node app and surrounding bash scripts need to share state.
Create an executable script like this, called something like "getenv"
#!/usr/bin/env node
const json2bash = require('@sean9999/json2bash');
const json = require('./package.json');
console.log(
json2bash(json,'FOO')
);
Now call it from your bash script like this:
#!/bin/bash
eval "$(./getenv)"
echo "lets now look at our environment vars prefixed sith FOO"
env | grep FOO
The result looks like this
lets now look at our environment vars prefixed sith FOO
FOO_NAME=@sean9999/json2bash
FOO_KEYWORDS_4=environment
FOO_REPOSITORY_TYPE=git
FOO_KEYWORDS_5=import
FOO_LICENSE=ISC
FOO_KEYWORDS_2=variable
FOO_KEYWORDS_3=variables
FOO_VERSION=1.0.2
FOO_KEYWORDS_0=bash
FOO_KEYWORDS_1=package.json
FOO_BUGS_URL=https://gitlab.com/code_monk/json2bash/issues
FOO_AUTHOR=Sean Macdonald <sean@crazyhorsecoding.com>
FOO_REPOSITORY_URL=git+ssh://git@gitlab.com/code_monk/json2bash.git
FOO_HOMEPAGE=https://gitlab.com/code_monk/json2bash#README
FOO_SCRIPTS_TEST=echo Error:
FOO_MAIN=index.js
FOO_DESCRIPTION=Allows you to import json files (such as package.json) into bash scripts.
FAQs
convert json files (such as package.json) into bash variables.
The npm package @code_monk/json2bash receives a total of 0 weekly downloads. As such, @code_monk/json2bash popularity was classified as not popular.
We found that @code_monk/json2bash 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.