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

create-expo-module

Package Overview
Dependencies
Maintainers
11
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-expo-module - npm Package Compare versions

Comparing version
2.1.4-canary-20260212-4f61309
to
2.1.4
+7
-0
build/types.d.ts

@@ -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 @@ /**

+4
-8

@@ -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>;
{
"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