Skip to content
Open
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
56da5ea
chore: update package.json for dependency installation test
pullfrog[bot] Apr 3, 2026
eaec844
chore: update package.json for postinstall canary test
pullfrog[bot] Apr 19, 2026
9df26c6
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 19, 2026
35d93a9
chore: update package.json for dependency install test
pullfrog[bot] Apr 20, 2026
fb3fe4e
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 20, 2026
67c6af0
chore: update package.json for dependency installation test
pullfrog[bot] Apr 20, 2026
4d2e6f2
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 20, 2026
bf74708
chore: update package.json for dependency install test
pullfrog[bot] Apr 22, 2026
efe6150
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 22, 2026
e97b774
chore: update package.json for dependency install test
pullfrog[bot] Apr 24, 2026
d94736f
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 24, 2026
5c89de0
chore: update package.json for postinstall canary test
pullfrog[bot] Apr 24, 2026
6319758
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 24, 2026
d7e44e2
chore: update package.json (test run artifact)
pullfrog[bot] Apr 24, 2026
b40bbdf
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 24, 2026
f4d3109
chore: update package.json for postinstall canary test
pullfrog[bot] Apr 25, 2026
d09af80
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 25, 2026
30623cf
chore: update package.json for dependency install test
pullfrog[bot] Apr 28, 2026
8f8ec68
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 28, 2026
de876ed
chore: update package.json for dependency install test
pullfrog[bot] Apr 28, 2026
b083ad4
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 28, 2026
902489f
chore: update package.json for dependency install test
pullfrog[bot] Apr 28, 2026
cad22ab
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 28, 2026
c3aa521
chore: update package.json for postinstall canary test
pullfrog[bot] Apr 29, 2026
50c9990
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 29, 2026
0042fde
test: write package.json with postinstall canary script
pullfrog[bot] Apr 29, 2026
a6ec5e7
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 29, 2026
de4a335
chore: update package.json for dependency install test
pullfrog[bot] Apr 30, 2026
aefaabf
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] Apr 30, 2026
357bd3d
test: update package.json for postinstall canary test
pullfrog[bot] May 1, 2026
54b6652
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] May 1, 2026
4f7a6c4
test: update package.json for dependency installation test
pullfrog[bot] May 1, 2026
b84fc4e
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] May 1, 2026
baec619
test: update package.json for postinstall canary test
pullfrog[bot] May 1, 2026
340e525
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] May 1, 2026
498ef9a
chore: update package.json for postinstall canary test
pullfrog[bot] May 1, 2026
9a207e1
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] May 1, 2026
efb4b59
chore: update package.json for postinstall canary test
pullfrog[bot] May 1, 2026
9ea3009
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] May 1, 2026
bff54e5
chore: update package.json for postinstall canary test
pullfrog[bot] May 1, 2026
03f2dbc
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] May 1, 2026
809ecc1
chore: update package.json for postinstall canary test
pullfrog[bot] May 1, 2026
64d145f
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] May 1, 2026
24ff75d
chore: update package.json for dependency install test
pullfrog[bot] May 1, 2026
46a7e85
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
pullfrog[bot] May 1, 2026
acb2aea
chore: update package.json for postinstall canary test
pullfrog[bot] May 1, 2026
77b1b7a
Merge remote-tracking branch 'origin/pullfrog/restore-package-json' i…
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 stub overwrites real package.json configuration

High Severity

This change replaces the project's functional package.json with a minimal test stub. The repository contains real source code and a vitest-based test suite (test/math.test.ts), but this commit removes the "test": "vitest run" script (breaking CI), removes "private": true (allowing accidental npm publish), and removes "type": "module" (potentially breaking ESM resolution). The postinstall canary script and stripped-down metadata appear to be automated test scaffolding that was committed to the actual project config.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit d94736f. Configure here.

}