← Home

metro-cache

🚇 Cache layers for Metro.

36
Versions
MIT
License
No
Install Scripts
Verified
Provenance

Supply chain provenance

Status for the latest visible version.

SLSA provenance attestation npm registry signatures gitHead linked

Maintainers

fbmetro-bot

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
provenance publisher-changed-stale AI (provenance): Historic publisher change by trusted cpojer, no takeover behavior. ai
maintainer-change maintainer-takeover AI (maintainer-change): Long-standing official Meta package; no takeover behavior, just stale maintainer metadata. ai
phantom-deps phantom-dep:jest-serializer AI (phantom-deps): jest-serializer used as jest snapshot serializer, referenced via config, not direct import. ai
semgrep semgrep:eval-usage AI (semgrep): eval builds an empty named class in test code; no external input, stable FP. ai
phantom-deps phantom-dep:flow-enums-runtime AI (phantom-deps): flow-enums-runtime is a standard Meta/Flow ecosystem dep declared for consumers of Flow types; not being directly imported in source is expected and stable for this package. ai

Versions (showing 36 of 136)

Version Deps Published
0.48.0 4 / 1
0.47.1 4 / 1
0.47.0 4 / 1
0.46.0 4 / 1
0.45.6 4 / 1
0.45.5 4 / 1
0.45.4 4 / 1
0.45.3 4 / 1
0.45.2 4 / 1
0.45.1 4 / 1
0.45.0 4 / 1
0.44.0 4 / 1
0.43.6 4 / 1
0.43.5 4 / 1
0.43.4 4 / 1
0.43.3 4 / 1
0.43.2 4 / 1
0.43.1 4 / 1
0.43.0 4 / 1
0.42.2 4 / 1
0.42.1 4 / 1
0.40.1 4 / 1
0.39.1 4 / 1
0.38.3 4 / 1
0.38.2 4 / 1
0.38.0 4 / 1
0.37.2 4 / 1
0.37.1 4 / 1
0.36.1 4 / 1
0.31.0 3 / 0
0.30.2 2 / 0
0.30.1 2 / 0
0.30.0 2 / 0
0.29.0 2 / 0
0.28.0 2 / 0
0.27.0 0 / 0

v0.48.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.47.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.47.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.46.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.45.6

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.45.5

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.45.4

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.45.3

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.45.2

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.45.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.45.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.44.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.43.6

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.43.5

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.43.4

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.43.3

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.43.2

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.43.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.43.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.42.2

2 findings
HIGH eval-usage: src.real/__tests__/Cache-test.js:21 semgrep

eval() can execute arbitrary code — common in supply-chain attacks but also used by legitimate parsers and template engines. Verify the input source. 19 | function createStore(name = '') { 20 | // eslint-disable-next-line no-eval > 21 | const TempClass = eval(`(class ${name} {})`); 22 | 23 | return Object.assign(new TempClass(), {

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.42.1

2 findings
HIGH eval-usage: src.real/__tests__/Cache-test.js:21 semgrep

eval() can execute arbitrary code — common in supply-chain attacks but also used by legitimate parsers and template engines. Verify the input source. 19 | function createStore(name = '') { 20 | // eslint-disable-next-line no-eval > 21 | const TempClass = eval(`(class ${name} {})`); 22 | 23 | return Object.assign(new TempClass(), {

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.40.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.39.1

2 findings
HIGH eval-usage: src.real/__tests__/Cache-test.js:21 semgrep

eval() can execute arbitrary code — common in supply-chain attacks but also used by legitimate parsers and template engines. Verify the input source. 19 | function createStore(name = '') { 20 | // eslint-disable-next-line no-eval > 21 | const TempClass = eval(`(class ${name} {})`); 22 | 23 | return Object.assign(new TempClass(), {

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.38.3

2 findings
HIGH eval-usage: src.real/__tests__/Cache-test.js:21 semgrep

eval() can execute arbitrary code — common in supply-chain attacks but also used by legitimate parsers and template engines. Verify the input source. 19 | function createStore(name = '') { 20 | // eslint-disable-next-line no-eval > 21 | const TempClass = eval(`(class ${name} {})`); 22 | 23 | return Object.assign(new TempClass(), {

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.38.2

2 findings
HIGH eval-usage: src.real/__tests__/Cache-test.js:21 semgrep

eval() can execute arbitrary code — common in supply-chain attacks but also used by legitimate parsers and template engines. Verify the input source. 19 | function createStore(name = '') { 20 | // eslint-disable-next-line no-eval > 21 | const TempClass = eval(`(class ${name} {})`); 22 | 23 | return Object.assign(new TempClass(), {

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.38.0

2 findings
HIGH eval-usage: src.real/__tests__/Cache-test.js:21 semgrep

eval() can execute arbitrary code — common in supply-chain attacks but also used by legitimate parsers and template engines. Verify the input source. 19 | function createStore(name = '') { 20 | // eslint-disable-next-line no-eval > 21 | const TempClass = eval(`(class ${name} {})`); 22 | 23 | return Object.assign(new TempClass(), {

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.37.2

2 findings
HIGH eval-usage: src.real/__tests__/Cache-test.js:21 semgrep

eval() can execute arbitrary code — common in supply-chain attacks but also used by legitimate parsers and template engines. Verify the input source. 19 | function createStore(name = '') { 20 | // eslint-disable-next-line no-eval > 21 | const TempClass = eval(`(class ${name} {})`); 22 | 23 | return Object.assign(new TempClass(), {

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.37.1

2 findings
HIGH eval-usage: src.real/__tests__/Cache-test.js:21 semgrep

eval() can execute arbitrary code — common in supply-chain attacks but also used by legitimate parsers and template engines. Verify the input source. 19 | function createStore(name = '') { 20 | // eslint-disable-next-line no-eval > 21 | const TempClass = eval(`(class ${name} {})`); 22 | 23 | return Object.assign(new TempClass(), {

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.36.1

2 findings
HIGH eval-usage: src.real/__tests__/Cache-test.js:21 semgrep

eval() can execute arbitrary code — common in supply-chain attacks but also used by legitimate parsers and template engines. Verify the input source. 19 | function createStore(name = '') { 20 | // eslint-disable-next-line no-eval > 21 | const TempClass = eval(`(class ${name} {})`); 22 | 23 | return Object.assign(new TempClass(), {

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.31.0

2 findings
HIGH eval-usage: src.real/__tests__/Cache.test.js:21 semgrep

eval() can execute arbitrary code — common in supply-chain attacks but also used by legitimate parsers and template engines. Verify the input source. 19 | function createStore(name = '') { 20 | // eslint-disable-next-line no-eval > 21 | const TempClass = eval(`(class ${name} {})`); 22 | 23 | return Object.assign(new TempClass(), {

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.30.2

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.30.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.30.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.29.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.28.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.27.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.