@gocortexio/npmgremlinbox-base
v2.1.0
Published
GremlinBox: multi-language supply chain security testing package collection
Maintainers
Readme
@gocortexio/npmgremlinbox-base
This is a benign GremlinBox supply chain security simulation package. It performs no malicious action and is safe to install into a development or production build to validate detection tooling.
Purpose
This package reserves the GremlinBox project namespace on the registry and directs users to the project repository.
Installation
npm install @gocortexio/npmgremlinbox-baseUsage
const pkg = require('@gocortexio/npmgremlinbox-base');
pkg.getPackageMetadata();What it does and does not do
- Does: return package metadata that points to the project repository.
- Does not: contact the network, collect data, or run code at install time.
Project
Part of the GremlinBox supply chain security testing project: https://github.com/gocortexio/gremlinbox
Licence
GPL-3.0. See the LICENCE file in this package.
