Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@terrestris/create-react-geo-app

Package Overview
Dependencies
Maintainers
17
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@terrestris/create-react-geo-app - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+8
dist/index.d.ts
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": {

# react-geo-client-template
```
npx create-react-geo-ap my-react-geo-app
npx @terrestris/create-react-geo-app my-react-geo-app
```