@terrestris/create-react-geo-app
Advanced tools
| import { OptionValues } from 'commander'; | ||
| export interface Opts extends OptionValues { | ||
| gitInit?: boolean; | ||
| tag?: string; | ||
| } | ||
| export declare const repoUrl = "https://github.com/terrestris/react-geo-client-template"; | ||
| export declare const init: () => void; | ||
| export declare const createApp: (projectName: string, opts: Opts) => Promise<void>; |
| { | ||
| "name": "@terrestris/create-react-geo-app", | ||
| "version": "0.0.1", | ||
| "description": "Create a react-geo client based on a comprehensive template.", | ||
| "keywords": [ | ||
| "react", | ||
| "react-geo" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@github.com:terrestris/create-react-geo-app.git" | ||
| }, | ||
| "license": "BSD-2-Clause", | ||
| "main": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "bin": { | ||
| "create-react-geo-app": "./dist/index.js" | ||
| }, | ||
| "files": [ | ||
| "./dist" | ||
| ], | ||
| "scripts": { | ||
| "build": "tsc -p tsconfig.json", | ||
| "lint": "eslint -c .eslintrc.js index.ts", | ||
| "release": "np --no-yarn", | ||
| "start": "npm run build && node ./dist/index.js", | ||
| "test": "npm run typecheck && npm run lint", | ||
| "typecheck": "tsc -p tsconfig.json --noEmit" | ||
| }, | ||
| "dependencies": { | ||
| "chalk": "^4.1.2", | ||
| "commander": "^9.1.0", | ||
| "extract-zip": "^2.0.1", | ||
| "fs-extra": "^10.0.1", | ||
| "node-fetch": "^2.6.7" | ||
| }, | ||
| "devDependencies": { | ||
| "@terrestris/eslint-config-typescript": "^2.1.0", | ||
| "@types/fs-extra": "^9.0.13", | ||
| "@types/node-fetch": "^2.6.1", | ||
| "eslint": "^8.12.0", | ||
| "np": "^7.6.1", | ||
| "typescript": "^4.6.3" | ||
| }, | ||
| "engines": { | ||
| "node": ">=14" | ||
| } | ||
| } |
+5
-5
| { | ||
| "name": "@terrestris/create-react-geo-app", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Create a react-geo client based on a comprehensive template.", | ||
@@ -14,9 +14,9 @@ "keywords": [ | ||
| "license": "BSD-2-Clause", | ||
| "main": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "bin": { | ||
| "create-react-geo-app": "./dist/index.js" | ||
| "create-react-geo-app": "dist/index.js" | ||
| }, | ||
| "files": [ | ||
| "./dist" | ||
| "dist" | ||
| ], | ||
@@ -23,0 +23,0 @@ "scripts": { |
+1
-1
| # react-geo-client-template | ||
| ``` | ||
| npx create-react-geo-ap my-react-geo-app | ||
| npx @terrestris/create-react-geo-app my-react-geo-app | ||
| ``` |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
15896
11.86%6
50%247
3.35%