
Security News
Dutch National Police Disrupt Redline and Meta Malware Operations
Dutch National Police and FBI dismantle Redline and Meta infostealer malware-as-a-service operations in Operation Magnus, seizing servers and source code.
@expo/package-manager
Advanced tools
@expo/package-manager
A library for installing and finding packages in a node project
Install @expo/package-manager
in your project.
yarn add @expo/package-manager
import * as PackageManager from '@expo/package-manager';
const manager = await PackageManager.createForProject(projectRoot);
await Promise.all([
manager.addDevAsync('@expo/webpack-config'),
manager.addAsync('expo', 'expo-camera'),
]);
The Expo source code is made available under the MIT license. Some of the dependencies are licensed differently, with the BSD license, for example.
FAQs
A library for installing and finding packages in a project
The npm package @expo/package-manager receives a total of 690,218 weekly downloads. As such, @expo/package-manager popularity was classified as popular.
We found that @expo/package-manager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 26 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Dutch National Police and FBI dismantle Redline and Meta infostealer malware-as-a-service operations in Operation Magnus, seizing servers and source code.
Research
Security News
Socket is tracking a new trend where malicious actors are now exploiting the popularity of LLM research to spread malware through seemingly useful open source packages.
Security News
Research
Noxia, a new dark web bulletproof host, offers dirt cheap servers for Python, Node.js, Go, and Rust, enabling cybercriminals to distribute malware and execute supply chain attacks.