New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@expo/package-manager

Package Overview
Dependencies
Maintainers
26
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/package-manager - npm Package Compare versions

Comparing version 1.5.3-canary-20240719-83ee47b to 1.5.3-canary-20240814-ce0f7d5

3

build/node/NpmPackageManager.js

@@ -89,3 +89,4 @@ "use strict";

// Doing so will install that version with `npm install --save(-dev)`, and resolve the dist-tag properly.
if (spec && spec.rawSpec && spec.type !== 'tag') {
const hasExactSpec = !!spec && spec.rawSpec !== '' && spec.rawSpec !== '*';
if (spec && hasExactSpec && spec.type !== 'tag') {
result.versioned.push(spec);

@@ -92,0 +93,0 @@ }

{
"name": "@expo/package-manager",
"version": "1.5.3-canary-20240719-83ee47b",
"version": "1.5.3-canary-20240814-ce0f7d5",
"description": "A library for installing and finding packages in a project",

@@ -40,3 +40,3 @@ "main": "build/index.js",

"dependencies": {
"@expo/json-file": "8.3.4-canary-20240719-83ee47b",
"@expo/json-file": "8.3.4-canary-20240814-ce0f7d5",
"@expo/spawn-async": "^1.7.2",

@@ -49,3 +49,3 @@ "ansi-regex": "^5.0.0",

"micromatch": "^4.0.2",
"npm-package-arg": "^7.0.0",
"npm-package-arg": "^11.0.0",
"ora": "^3.4.0",

@@ -60,3 +60,3 @@ "split": "^1.0.1",

"@types/split": "^1.0.0",
"expo-module-scripts": "3.6.0-canary-20240719-83ee47b"
"expo-module-scripts": "3.6.0-canary-20240814-ce0f7d5"
},

@@ -66,3 +66,3 @@ "publishConfig": {

},
"gitHead": "83ee47b5c89c7f1b1a5101189580eaf3555f5962"
"gitHead": "ce0f7d5c7eaec2c8d06ee4e0dc0e58cd6c1612ed"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc