
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.
@odit/license-exporter
Advanced tools
A simple license exporter that crawls your package.json and provides you with information about your dependencies' licenses. You can export this information into json(even prettyfied) and markdown. We use this in our open source projects to credit the awesome work of other open source contributors.
Via yarn/npm:
yarn add @odit/license-exporter
# Or
npm i @odit/license-exporter
Export only your dependencies to json: licenseexporter --json
Export all dependencies to json: licenseexporter --json --recursive
Export only your dependencies to markdown: licenseexporter --md
Export all dependencies to markdown: licenseexporter --md --recursive
Arg | Description | Type | Default |
---|---|---|---|
-j, --json | Exports the license information into ./licenses.json as json. | flag/[boolean] | N/A |
-p, --pretty | Prettify the json output. | flag/[boolean] | N/A |
-m, --markdown | Exports the license information into ./licenses.md as markdown. | flag/[boolean] | N/A |
-r, --recursive | Include all of the dependencies' subdependencies. | flag/[boolean] | N/A |
-d, --depth | The depth for recursive subdependency resolution (1 = dependencies and subsependencies). Has to be used with --recursive | number | Infinity |
-o, --output | Output folder for the exports. | [string] | Current folder |
-i, --input | Path to the input folder containing your package.json and node_modules | [string] | Current folder |
-h, --help | Show help | flag/[boolean] | N/A |
-v, --version | Show version number | flag/[boolean] | N/A |
FAQs
A simple license crawler for crediting open source work
We found that @odit/license-exporter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.