You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign 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.2
to
1.0.3
+1
-0
dist/index.d.ts

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

#!/usr/bin/env node
import { OptionValues } from 'commander';

@@ -2,0 +3,0 @@ export interface Opts extends OptionValues {

+1
-1

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

#!/usr/bin/env node
"use strict";

@@ -105,3 +106,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

_a.sent();
console.log(opts);
if (!opts.gitInit) return [3 /*break*/, 6];

@@ -108,0 +108,0 @@ return [4 /*yield*/, initGitRepository(projectPath)];

{
"name": "@terrestris/create-react-geo-app",
"version": "0.0.1",
"version": "1.0.2",
"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": {

{
"name": "@terrestris/create-react-geo-app",
"version": "1.0.2",
"version": "1.0.3",
"description": "Create a react-geo client based on a comprehensive template.",

@@ -5,0 +5,0 @@ "keywords": [