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

expo-modules-autolinking

Package Overview
Dependencies
Maintainers
25
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-modules-autolinking - npm Package Compare versions

Comparing version

to
0.0.1-canary-20240305-e60019e

expo-modules-autolinking-0.0.1-canary-20240305-e60019e.tgz

10

CHANGELOG.md

@@ -9,10 +9,14 @@ # Changelog

- Expand Android auto-linking to support new expo-build-properties ([#26895](https://github.com/expo/expo/pull/26895) by [@bpeltonc](https://github.com/bpeltonc))
- Expand Android auto-linking to support new expo-build-properties ([#26895](https://github.com/expo/expo/pull/26895) by [@bpeltonc](https://github.com/bpeltonc))
### 🐛 Bug fixes
### 💡 Others
## 1.10.3 - 2024-02-06
### 🐛 Bug fixes
- Fixed generating a list of app delegate subscribers. ([#26851](https://github.com/expo/expo/pull/26851) by [@tsapeta](https://github.com/tsapeta))
### 💡 Others
## 1.10.2 - 2024-01-18

@@ -19,0 +23,0 @@

{
"name": "expo-modules-autolinking",
"version": "0.0.1-canary-20240228-7cee619",
"version": "0.0.1-canary-20240305-e60019e",
"description": "Scripts that autolink Expo modules.",

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

"@types/fs-extra": "^9.0.11",
"expo-module-scripts": "0.0.1-canary-20240228-7cee619",
"expo-module-scripts": "0.0.1-canary-20240305-e60019e",
"minimatch": "^3.0.4",

@@ -45,3 +45,3 @@ "tempy": "^0.7.1"

"dependencies": {
"@expo/config": "0.0.1-canary-20240228-7cee619",
"@expo/config": "0.0.1-canary-20240305-e60019e",
"chalk": "^4.1.0",

@@ -53,3 +53,3 @@ "commander": "^7.2.0",

},
"gitHead": "7cee6192338de34ad301922c0cd6f4a4645c0fa9"
"gitHead": "e60019e11a6d46e330b57b18c64468a58d589875"
}