New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@code4rena/skeleton

Package Overview
Dependencies
Maintainers
13
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code4rena/skeleton - npm Package Compare versions

Comparing version

to
2.0.0-2

2

lib/content/clean.ts

@@ -1,2 +0,2 @@

#!/usr/bin/env ts-node
#!/usr/bin/env tsx
// This file is managed by code-skeleton. Do not make changes.

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

#!/usr/bin/env ts-node
#!/usr/bin/env tsx

@@ -8,3 +8,3 @@ import { spawnSync } from "node:child_process";

const ROOT = dirname(__dirname);
const tsShebang = "#!/usr/bin/env ts-node";
const tsShebang = "#!/usr/bin/env tsx";
const jsShebang = "#!/usr/bin/env node";

@@ -11,0 +11,0 @@

@@ -53,3 +53,3 @@ "use strict";

"@tsconfig/node20": "^20.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",

@@ -59,5 +59,12 @@ "@typescript-eslint/parser": "^6.0.0",

"tap": "^18.7.0",
"ts-node": "^10.0.0",
"tsx": "4.2.1",
"typescript": "^5.0.0"
},
"overrides": {
// Needed with the 4.2.1 tsx version lock to fix code coverage
// https://github.com/privatenumber/tsx/issues/433
"@tapjs/tsx": {
"tsx": "$tsx"
}
},
removeDependencies: [

@@ -64,0 +71,0 @@ "@types/tap",

{
"name": "@code4rena/skeleton",
"version": "2.0.0-1",
"version": "2.0.0-2",
"description": "",

@@ -30,3 +30,3 @@ "main": "lib/index.js",

"@types/mustache": "^4.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/sinon": "^17.0.3",

@@ -37,4 +37,4 @@ "@typescript-eslint/eslint-plugin": "^6.0.0",

"tap": "^18.7.0",
"ts-node": "^10.0.0",
"typescript": "5.2.2"
"tsx": "4.2.1",
"typescript": "^5.0.0"
},

@@ -44,2 +44,7 @@ "peerDependencies": {

},
"overrides": {
"@tapjs/tsx": {
"tsx": "$tsx"
}
},
"skeleton": {

@@ -46,0 +51,0 @@ "module": ".",