create-expo-module
Advanced tools
+7
-0
@@ -12,2 +12,9 @@ import type { PromptObject } from 'prompts'; | ||
| local: boolean; | ||
| name?: string; | ||
| description?: string; | ||
| package?: string; | ||
| authorName?: string; | ||
| authorEmail?: string; | ||
| authorUrl?: string; | ||
| repo?: string; | ||
| }; | ||
@@ -14,0 +21,0 @@ /** |
@@ -1,9 +0,5 @@ | ||
| type DownloadAndExtractTarballOptions = { | ||
| /** The publicly accessible URL to download the tarball from */ | ||
| url: string; | ||
| /** The local folder to extract to */ | ||
| /** Extract a local tarball file to a directory */ | ||
| export declare function extractLocalTarball({ filePath, dir }: { | ||
| filePath: string; | ||
| dir: string; | ||
| }; | ||
| /** Download and extract tarballs directly from a publicly accessible URL */ | ||
| export declare function downloadAndExtractTarball({ url, dir }: DownloadAndExtractTarballOptions): Promise<void>; | ||
| export {}; | ||
| }): Promise<void>; |
+6
-3
| { | ||
| "name": "create-expo-module", | ||
| "version": "2.1.4-canary-20260212-4f61309", | ||
| "version": "2.1.4", | ||
| "description": "The script to create the Expo module", | ||
@@ -40,6 +40,8 @@ "keywords": [ | ||
| "typecheck": "expo-module typecheck", | ||
| "test": "expo-module test", | ||
| "test:e2e": "expo-module test --config e2e/jest.config.js --runInBand", | ||
| "watch": "yarn run build --watch" | ||
| }, | ||
| "devDependencies": { | ||
| "@expo/json-file": "10.0.13-canary-20260212-4f61309", | ||
| "@expo/json-file": "^10.0.12", | ||
| "@expo/rudder-sdk-node": "^1.1.1", | ||
@@ -62,3 +64,4 @@ "@expo/spawn-async": "^1.7.2", | ||
| "validate-npm-package-name": "^6.0.2" | ||
| } | ||
| }, | ||
| "gitHead": "22e2ad4afba05b91f833f8cf07a36637748a1f70" | ||
| } |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1138458
0.29%1605
0.19%0
-100%