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

@expo/config

Package Overview
Dependencies
Maintainers
28
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/config - npm Package Compare versions

Comparing version

to
11.0.0-canary-20241211-61c49bd

1

build/index.d.ts

@@ -5,2 +5,1 @@ export * from './Config';

export * from './Errors';
export { getAccountUsername } from './getAccountUsername';

@@ -6,15 +6,5 @@ "use strict";

});
var _exportNames = {
getAccountUsername: true
};
Object.defineProperty(exports, "getAccountUsername", {
enumerable: true,
get: function () {
return _getAccountUsername().getAccountUsername;
}
});
var _Config = require("./Config");
Object.keys(_Config).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _Config[key]) return;

@@ -31,3 +21,2 @@ Object.defineProperty(exports, key, {

if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _Config2[key]) return;

@@ -44,3 +33,2 @@ Object.defineProperty(exports, key, {

if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _getExpoSDKVersion[key]) return;

@@ -57,3 +45,2 @@ Object.defineProperty(exports, key, {

if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _Errors[key]) return;

@@ -67,9 +54,2 @@ Object.defineProperty(exports, key, {

});
function _getAccountUsername() {
const data = require("./getAccountUsername");
_getAccountUsername = function () {
return data;
};
return data;
}
//# sourceMappingURL=index.js.map

13

package.json
{
"name": "@expo/config",
"version": "10.0.6",
"version": "11.0.0-canary-20241211-61c49bd",
"description": "A library for interacting with the app.json",

@@ -37,5 +37,5 @@ "main": "build/index.js",

"@babel/code-frame": "~7.10.4",
"@expo/config-plugins": "~9.0.10",
"@expo/config-types": "^52.0.0",
"@expo/json-file": "^9.0.0",
"@expo/config-plugins": "9.0.13-canary-20241211-61c49bd",
"@expo/config-types": "53.0.0-canary-20241211-61c49bd",
"@expo/json-file": "9.0.1-canary-20241211-61c49bd",
"deepmerge": "^4.3.1",

@@ -53,8 +53,7 @@ "getenv": "^1.0.0",

"@types/require-from-string": "^1.2.1",
"expo-module-scripts": "^4.0.0"
"expo-module-scripts": "4.0.3-canary-20241211-61c49bd"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a1fac063b47a647f2a9737e201d502066c52d4b0"
}
}

Sorry, the diff of this file is not supported yet