Skip to content
Open
Changes from 39 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
64818e2
chore: test dependency installation canary (temp)
pullfrog[bot] Apr 4, 2026
7cd009f
chore: update package.json for dependency install test
pullfrog[bot] Apr 8, 2026
5bfe57c
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 8, 2026
5b3f4b0
test: dependency installation canary check
pullfrog[bot] Apr 8, 2026
96024e1
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 8, 2026
eea327a
test: write package.json for dependency install canary test
pullfrog[bot] Apr 8, 2026
805a50e
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 8, 2026
e074424
chore: test dependency installation canary behavior
pullfrog[bot] Apr 9, 2026
15912c3
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 9, 2026
233ea65
test: update package.json for dependency install canary test
pullfrog[bot] Apr 10, 2026
dedfeac
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 10, 2026
d0999f9
test: write package.json for dep install canary test
pullfrog[bot] Apr 10, 2026
5163041
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 10, 2026
6a1f7b8
test: write package.json for dep install canary test
pullfrog[bot] Apr 12, 2026
e0929a0
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 12, 2026
94ee461
test: add postinstall canary script to package.json
pullfrog[bot] Apr 14, 2026
186d4f0
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 14, 2026
412ce00
test: write package.json for dependency installation canary test
pullfrog[bot] Apr 15, 2026
de56b19
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 15, 2026
38989c4
test: write package.json for dependency install canary test
pullfrog[bot] Apr 16, 2026
6cc4610
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 16, 2026
7520d96
test: write package.json for dependency install canary test
pullfrog[bot] Apr 16, 2026
0869771
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 16, 2026
ed48e78
test: write package.json for dependency install canary test
pullfrog[bot] Apr 16, 2026
b730368
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 16, 2026
9c2e90d
test: add postinstall canary script to package.json
pullfrog[bot] Apr 16, 2026
81ee8cc
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 16, 2026
72a58e4
test: update package.json for dependency installation canary test
pullfrog[bot] Apr 16, 2026
c484049
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 16, 2026
3032e9f
test: dependency installation canary check
pullfrog[bot] Apr 16, 2026
36e7c41
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 16, 2026
53f51ee
test: write package.json for dependency install canary test
pullfrog[bot] Apr 20, 2026
99d3425
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 20, 2026
760ede4
test: write package.json for dependency installation canary test
pullfrog[bot] Apr 20, 2026
be55e6d
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 20, 2026
b97173d
test: add postinstall canary script to package.json
pullfrog[bot] Apr 22, 2026
0d0eda8
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 22, 2026
c0deab7
test: dependency installation canary test artifact
pullfrog[bot] Apr 23, 2026
677be62
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 23, 2026
5a3e3b3
test: write package.json for dependency installation canary test
pullfrog[bot] Apr 24, 2026
f6b2bcc
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 24, 2026
e2ef9bf
chore: update package.json for dep install canary test
pullfrog[bot] Apr 30, 2026
f727576
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] Apr 30, 2026
6c73bce
test: write package.json for dep install canary test
pullfrog[bot] May 1, 2026
5fba7ed
Merge remote-tracking branch 'origin/pullfrog/test-dep-install-canary…
pullfrog[bot] May 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "test-repo",
"private": true,
"type": "module",
"name": "test-pkg",
"version": "1.0.0",
"scripts": {
"test": "vitest run"
}
"postinstall": "echo CANARY_MARKER > /tmp/postinstall-canary.txt"
},
"dependencies": {}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test debugging changes accidentally committed to package.json

High Severity

The entire package.json has been replaced with a temporary test configuration. The postinstall script writing a canary marker to /tmp is a debugging artifact. The removal of "private": true risks accidental npm publication, the removal of "type": "module" can break ESM resolution, and the removal of the "test": "vitest run" script breaks the existing test suite in test/math.test.ts. The PR description itself confirms these are temporary working tree changes from a test run.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 677be62. Configure here.

}