🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@expo/package-manager

Package Overview
Dependencies
Maintainers
25
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/package-manager

A library for installing and finding packages in a project

Source
npmnpm
Version
1.5.3-canary-20240719-83ee47b
Version published
Weekly downloads
2.4M
-9.27%
Maintainers
25
Weekly downloads
 
Created
Source

👋 Welcome to
@expo/package-manager

A library for installing and finding packages in a project.

🏁 Setup

Install @expo/package-manager in your project.

yarn add @expo/package-manager

⚽️ Usage

import * as PackageManager from '@expo/package-manager';

const manager = PackageManager.createForProject(projectRoot);

await Promise.all([
  manager.addDevAsync(['@expo/webpack-config']),
  manager.addAsync(['expo', 'expo-camera']),
]);

Keywords

react-native

FAQs

Package last updated on 19 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts