create-waku
Advanced tools
Comparing version 0.6.7 to 0.7.0-alpha.0
{ | ||
"name": "create-waku", | ||
"version": "0.6.7", | ||
"version": "0.7.0-alpha.0", | ||
"publishConfig": { | ||
"tag": "next" | ||
}, | ||
"author": "Daishi Kato", | ||
@@ -11,27 +14,28 @@ "type": "module", | ||
"type": "git", | ||
"url": "https://github.com/dai-shi/waku.git" | ||
"url": "https://github.com/dai-shi/waku.git", | ||
"directory": "packages/create-waku" | ||
}, | ||
"bin": { | ||
"create-waku": "./dist/cli.js" | ||
"create-waku": "./dist/index.js" | ||
}, | ||
"files": [ | ||
"src", | ||
"dist", | ||
"template" | ||
], | ||
"dependencies": { | ||
"devDependencies": { | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/prompts": "^2.4.9", | ||
"@vercel/ncc": "^0.38.1", | ||
"fs-extra": "^11.2.0", | ||
"kolorist": "^1.8.0", | ||
"prompts": "^2.4.2" | ||
"prompts": "^2.4.2", | ||
"update-check": "^1.5.4" | ||
}, | ||
"devDependencies": { | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/prompts": "^2.4.9" | ||
}, | ||
"scripts": { | ||
"start": "node dist/cli.js", | ||
"start": "node ./dist/index.js", | ||
"dev": "ncc build ./src/index.ts -w -o ./dist/", | ||
"compile": "rm -rf template dist *.tsbuildinfo && pnpm run template && pnpm run build", | ||
"template": "cp -r ../../examples template/ && rm -rf template/*/dist && rm -rf template/*/node_modules", | ||
"build": "tsc -b" | ||
"build": "ncc build ./src/index.ts -o ./dist/ --minify --no-cache --no-source-map-register" | ||
} | ||
} |
@@ -12,17 +12,17 @@ { | ||
"dependencies": { | ||
"@hono/node-server": "1.3.3", | ||
"hono": "3.11.7", | ||
"react": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-dom": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-server-dom-webpack": "18.3.0-canary-0cdfef19b-20231211", | ||
"waku": "0.18.1" | ||
"@hono/node-server": "1.4.0", | ||
"hono": "3.11.12", | ||
"react": "18.3.0-canary-c5b937576-20231219", | ||
"react-dom": "18.3.0-canary-c5b937576-20231219", | ||
"react-server-dom-webpack": "18.3.0-canary-c5b937576-20231219", | ||
"waku": "0.19.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "1.3.100", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.17", | ||
"@swc/core": "1.3.102", | ||
"@types/react": "18.2.46", | ||
"@types/react-dom": "18.2.18", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.9" | ||
"vite": "5.0.10" | ||
} | ||
} |
@@ -11,2 +11,3 @@ { | ||
"exactOptionalPropertyTypes": true, | ||
"types": ["react/experimental"], | ||
"jsx": "react-jsx", | ||
@@ -13,0 +14,0 @@ "rootDir": "./src", |
@@ -12,17 +12,17 @@ { | ||
"dependencies": { | ||
"@hono/node-server": "1.3.3", | ||
"hono": "3.11.7", | ||
"react": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-dom": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-server-dom-webpack": "18.3.0-canary-0cdfef19b-20231211", | ||
"waku": "0.18.1" | ||
"@hono/node-server": "1.4.0", | ||
"hono": "3.11.12", | ||
"react": "18.3.0-canary-c5b937576-20231219", | ||
"react-dom": "18.3.0-canary-c5b937576-20231219", | ||
"react-server-dom-webpack": "18.3.0-canary-c5b937576-20231219", | ||
"waku": "0.19.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "1.3.100", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.17", | ||
"@swc/core": "1.3.102", | ||
"@types/react": "18.2.46", | ||
"@types/react-dom": "18.2.18", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.9" | ||
"vite": "5.0.10" | ||
} | ||
} |
@@ -11,2 +11,3 @@ { | ||
"exactOptionalPropertyTypes": true, | ||
"types": ["react/experimental"], | ||
"jsx": "react-jsx", | ||
@@ -13,0 +14,0 @@ "rootDir": "./src", |
@@ -12,17 +12,17 @@ { | ||
"dependencies": { | ||
"@hono/node-server": "1.3.3", | ||
"hono": "3.11.7", | ||
"react": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-dom": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-server-dom-webpack": "18.3.0-canary-0cdfef19b-20231211", | ||
"waku": "0.18.1" | ||
"@hono/node-server": "1.4.0", | ||
"hono": "3.11.12", | ||
"react": "18.3.0-canary-c5b937576-20231219", | ||
"react-dom": "18.3.0-canary-c5b937576-20231219", | ||
"react-server-dom-webpack": "18.3.0-canary-c5b937576-20231219", | ||
"waku": "0.19.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "1.3.100", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.17", | ||
"@swc/core": "1.3.102", | ||
"@types/react": "18.2.46", | ||
"@types/react-dom": "18.2.18", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.9" | ||
"vite": "5.0.10" | ||
} | ||
} |
@@ -11,2 +11,3 @@ { | ||
"exactOptionalPropertyTypes": true, | ||
"types": ["react/experimental"], | ||
"jsx": "react-jsx", | ||
@@ -13,0 +14,0 @@ "rootDir": "./src", |
@@ -12,17 +12,17 @@ { | ||
"dependencies": { | ||
"@hono/node-server": "1.3.3", | ||
"hono": "3.11.7", | ||
"react": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-dom": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-server-dom-webpack": "18.3.0-canary-0cdfef19b-20231211", | ||
"waku": "0.18.1" | ||
"@hono/node-server": "1.4.0", | ||
"hono": "3.11.12", | ||
"react": "18.3.0-canary-c5b937576-20231219", | ||
"react-dom": "18.3.0-canary-c5b937576-20231219", | ||
"react-server-dom-webpack": "18.3.0-canary-c5b937576-20231219", | ||
"waku": "0.19.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "1.3.100", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.17", | ||
"@swc/core": "1.3.102", | ||
"@types/react": "18.2.46", | ||
"@types/react-dom": "18.2.18", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.9" | ||
"vite": "5.0.10" | ||
} | ||
} |
@@ -11,2 +11,3 @@ { | ||
"exactOptionalPropertyTypes": true, | ||
"types": ["react/experimental"], | ||
"jsx": "react-jsx", | ||
@@ -13,0 +14,0 @@ "rootDir": "./src", |
@@ -12,18 +12,18 @@ { | ||
"dependencies": { | ||
"@hono/node-server": "1.3.3", | ||
"hono": "3.11.7", | ||
"react": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-dom": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-server-dom-webpack": "18.3.0-canary-0cdfef19b-20231211", | ||
"@hono/node-server": "1.4.0", | ||
"hono": "3.11.12", | ||
"react": "18.3.0-canary-c5b937576-20231219", | ||
"react-dom": "18.3.0-canary-c5b937576-20231219", | ||
"react-server-dom-webpack": "18.3.0-canary-c5b937576-20231219", | ||
"react-wrap-balancer": "1.1.0", | ||
"waku": "0.18.1" | ||
"waku": "0.19.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "1.3.100", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.17", | ||
"@swc/core": "1.3.102", | ||
"@types/react": "18.2.46", | ||
"@types/react-dom": "18.2.18", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.9" | ||
"vite": "5.0.10" | ||
} | ||
} |
@@ -11,2 +11,3 @@ { | ||
"exactOptionalPropertyTypes": true, | ||
"types": ["react/experimental"], | ||
"jsx": "react-jsx", | ||
@@ -13,0 +14,0 @@ "rootDir": "./src", |
@@ -12,17 +12,17 @@ { | ||
"dependencies": { | ||
"@hono/node-server": "1.3.3", | ||
"hono": "3.11.7", | ||
"react": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-dom": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-server-dom-webpack": "18.3.0-canary-0cdfef19b-20231211", | ||
"waku": "0.18.1" | ||
"@hono/node-server": "1.4.0", | ||
"hono": "3.11.12", | ||
"react": "18.3.0-canary-c5b937576-20231219", | ||
"react-dom": "18.3.0-canary-c5b937576-20231219", | ||
"react-server-dom-webpack": "18.3.0-canary-c5b937576-20231219", | ||
"waku": "0.19.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "1.3.100", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.17", | ||
"@swc/core": "1.3.102", | ||
"@types/react": "18.2.46", | ||
"@types/react-dom": "18.2.18", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.9" | ||
"vite": "5.0.10" | ||
} | ||
} |
@@ -11,2 +11,3 @@ { | ||
"exactOptionalPropertyTypes": true, | ||
"types": ["react/experimental"], | ||
"jsx": "react-jsx", | ||
@@ -13,0 +14,0 @@ "rootDir": "./src", |
@@ -12,17 +12,18 @@ { | ||
"dependencies": { | ||
"@hono/node-server": "1.3.3", | ||
"hono": "3.11.7", | ||
"react": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-dom": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-server-dom-webpack": "18.3.0-canary-0cdfef19b-20231211", | ||
"waku": "0.18.1" | ||
"@hono/node-server": "1.4.0", | ||
"hono": "3.11.12", | ||
"react": "18.3.0-canary-c5b937576-20231219", | ||
"react-dom": "18.3.0-canary-c5b937576-20231219", | ||
"react-server-dom-webpack": "18.3.0-canary-c5b937576-20231219", | ||
"waku": "0.19.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "1.3.100", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.17", | ||
"@swc/core": "1.3.102", | ||
"@types/react": "18.2.46", | ||
"@types/react-dom": "18.2.18", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"server-only": "0.0.1", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.9" | ||
"vite": "5.0.10" | ||
} | ||
} |
@@ -11,2 +11,3 @@ { | ||
"exactOptionalPropertyTypes": true, | ||
"types": ["react/experimental"], | ||
"jsx": "react-jsx", | ||
@@ -13,0 +14,0 @@ "rootDir": "./src", |
@@ -14,15 +14,15 @@ { | ||
"express": "4.18.2", | ||
"react": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-dom": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-server-dom-webpack": "18.3.0-canary-0cdfef19b-20231211", | ||
"waku": "0.18.1" | ||
"react": "18.3.0-canary-c5b937576-20231219", | ||
"react-dom": "18.3.0-canary-c5b937576-20231219", | ||
"react-server-dom-webpack": "18.3.0-canary-c5b937576-20231219", | ||
"waku": "0.19.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "1.3.100", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.17", | ||
"@swc/core": "1.3.102", | ||
"@types/react": "18.2.46", | ||
"@types/react-dom": "18.2.18", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.9" | ||
"vite": "5.0.10" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import url from 'node:url'; | ||
import { fileURLToPath, pathToFileURL } from 'node:url'; | ||
import path from 'node:path'; | ||
@@ -9,3 +9,3 @@ import express from 'express'; | ||
const root = path.dirname(url.fileURLToPath(import.meta.url)); | ||
const root = path.dirname(fileURLToPath(import.meta.url)); | ||
@@ -17,3 +17,3 @@ const app = express(); | ||
entries: import( | ||
url.pathToFileURL(path.join(root, 'dist', 'entries.js')).toString() | ||
pathToFileURL(path.join(root, 'dist', 'entries.js')).toString() | ||
), | ||
@@ -20,0 +20,0 @@ unstable_prehook: (req) => { |
@@ -11,2 +11,3 @@ { | ||
"exactOptionalPropertyTypes": true, | ||
"types": ["node", "react/experimental"], | ||
"jsx": "react-jsx", | ||
@@ -13,0 +14,0 @@ "rootDir": "./src", |
@@ -12,17 +12,17 @@ { | ||
"dependencies": { | ||
"@hono/node-server": "1.3.3", | ||
"hono": "3.11.7", | ||
"react": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-dom": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-server-dom-webpack": "18.3.0-canary-0cdfef19b-20231211", | ||
"waku": "0.18.1" | ||
"@hono/node-server": "1.4.0", | ||
"hono": "3.11.12", | ||
"react": "18.3.0-canary-c5b937576-20231219", | ||
"react-dom": "18.3.0-canary-c5b937576-20231219", | ||
"react-server-dom-webpack": "18.3.0-canary-c5b937576-20231219", | ||
"waku": "0.19.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "1.3.100", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.17", | ||
"@swc/core": "1.3.102", | ||
"@types/react": "18.2.46", | ||
"@types/react-dom": "18.2.18", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.9" | ||
"vite": "5.0.10" | ||
} | ||
} |
@@ -11,2 +11,3 @@ { | ||
"exactOptionalPropertyTypes": true, | ||
"types": ["react/experimental"], | ||
"jsx": "react-jsx", | ||
@@ -13,0 +14,0 @@ "rootDir": "./src", |
@@ -12,18 +12,18 @@ { | ||
"dependencies": { | ||
"@hono/node-server": "1.3.3", | ||
"@hono/node-server": "1.4.0", | ||
"glob": "10.3.10", | ||
"hono": "3.11.7", | ||
"react": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-dom": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-server-dom-webpack": "18.3.0-canary-0cdfef19b-20231211", | ||
"waku": "0.18.1" | ||
"hono": "3.11.12", | ||
"react": "18.3.0-canary-c5b937576-20231219", | ||
"react-dom": "18.3.0-canary-c5b937576-20231219", | ||
"react-server-dom-webpack": "18.3.0-canary-c5b937576-20231219", | ||
"waku": "0.19.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "1.3.100", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.17", | ||
"@swc/core": "1.3.102", | ||
"@types/react": "18.2.46", | ||
"@types/react-dom": "18.2.18", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.9" | ||
"vite": "5.0.10" | ||
} | ||
} |
@@ -11,2 +11,3 @@ { | ||
"exactOptionalPropertyTypes": true, | ||
"types": ["react/experimental"], | ||
"jsx": "react-jsx", | ||
@@ -13,0 +14,0 @@ "outDir": "./dist", |
@@ -1,9 +0,6 @@ | ||
import url from 'node:url'; | ||
import { fileURLToPath } from 'node:url'; | ||
import path from 'node:path'; | ||
import { glob } from 'glob'; | ||
const rootDir = path.join( | ||
path.dirname(url.fileURLToPath(import.meta.url)), | ||
'src', | ||
); | ||
const rootDir = path.join(path.dirname(fileURLToPath(import.meta.url)), 'src'); | ||
const routeFiles = glob.sync('routes/**/*.{tsx,js}', { cwd: rootDir }); | ||
@@ -10,0 +7,0 @@ |
@@ -12,17 +12,17 @@ { | ||
"dependencies": { | ||
"@hono/node-server": "1.3.3", | ||
"hono": "3.11.7", | ||
"react": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-dom": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-server-dom-webpack": "18.3.0-canary-0cdfef19b-20231211", | ||
"waku": "0.18.1" | ||
"@hono/node-server": "1.4.0", | ||
"hono": "3.11.12", | ||
"react": "18.3.0-canary-c5b937576-20231219", | ||
"react-dom": "18.3.0-canary-c5b937576-20231219", | ||
"react-server-dom-webpack": "18.3.0-canary-c5b937576-20231219", | ||
"waku": "0.19.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "1.3.100", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.17", | ||
"@swc/core": "1.3.102", | ||
"@types/react": "18.2.46", | ||
"@types/react-dom": "18.2.18", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.9" | ||
"vite": "5.0.10" | ||
} | ||
} |
@@ -11,2 +11,3 @@ { | ||
"exactOptionalPropertyTypes": true, | ||
"types": ["react/experimental"], | ||
"jsx": "react-jsx", | ||
@@ -13,0 +14,0 @@ "rootDir": "./src", |
@@ -12,13 +12,14 @@ { | ||
"dependencies": { | ||
"@hono/node-server": "1.3.3", | ||
"hono": "3.11.7", | ||
"react": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-dom": "18.3.0-canary-0cdfef19b-20231211", | ||
"react-server-dom-webpack": "18.3.0-canary-0cdfef19b-20231211", | ||
"waku": "0.18.1" | ||
"@hono/node-server": "1.4.0", | ||
"@stylexjs/stylex": "0.4.1", | ||
"hono": "3.11.12", | ||
"react": "18.3.0-canary-c5b937576-20231219", | ||
"react-dom": "18.3.0-canary-c5b937576-20231219", | ||
"react-server-dom-webpack": "18.3.0-canary-c5b937576-20231219", | ||
"waku": "0.19.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "1.3.100", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.17", | ||
"@swc/core": "1.3.102", | ||
"@types/react": "18.2.46", | ||
"@types/react-dom": "18.2.18", | ||
"@vanilla-extract/css": "1.14.0", | ||
@@ -28,4 +29,5 @@ "@vanilla-extract/vite-plugin": "3.9.3", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.9" | ||
"vite": "5.0.10", | ||
"vite-plugin-stylex": "0.4.1" | ||
} | ||
} |
@@ -11,6 +11,13 @@ { | ||
"exactOptionalPropertyTypes": true, | ||
"types": ["react/experimental"], | ||
"jsx": "react-jsx", | ||
"rootDir": "./src", | ||
"outDir": "./dist" | ||
} | ||
"outDir": "./dist", | ||
"composite": true | ||
}, | ||
"include": ["./src"], | ||
"references": [ | ||
{ | ||
"path": "./tsconfig.node.json" | ||
} | ||
] | ||
} |
@@ -1,9 +0,10 @@ | ||
import url from 'node:url'; | ||
import path from 'node:path'; | ||
import { defineConfig } from 'vite'; | ||
import { vanillaExtractPlugin } from '@vanilla-extract/vite-plugin'; | ||
import styleX from 'vite-plugin-stylex'; | ||
export default defineConfig({ | ||
root: path.dirname(url.fileURLToPath(import.meta.url)), | ||
plugins: [vanillaExtractPlugin({ emitCssInSsr: true })], | ||
ssr: { | ||
external: ['@stylexjs/stylex'], | ||
}, | ||
plugins: [vanillaExtractPlugin({ emitCssInSsr: true }), styleX()], | ||
}); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
186371
0
7
107
1718
9
- Removedfs-extra@^11.2.0
- Removedkolorist@^1.8.0
- Removedprompts@^2.4.2
- Removedfs-extra@11.2.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedjsonfile@6.1.0(transitive)
- Removedkleur@3.0.3(transitive)
- Removedkolorist@1.8.0(transitive)
- Removedprompts@2.4.2(transitive)
- Removedsisteransi@1.0.5(transitive)
- Removeduniversalify@2.0.1(transitive)