Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@expo/config

Package Overview
Dependencies
Maintainers
14
Versions
241
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 2.1.0 to 2.1.1

11

package.json
{
"name": "@expo/config",
"version": "2.1.0",
"version": "2.1.1",
"description": "A library for interacting with the app.json",
"main": "build/Config.js",
"scripts": {
"lint": "eslint .",
"watch": "tsc --watch",
"build": "tsc",
"prepare": "yarn build"
"prepare": "yarn run clean && yarn build",
"clean": "rm -rf build ./tsconfig.tsbuildinfo",
"lint": "eslint ."
},

@@ -32,3 +33,3 @@ "repository": {

"dependencies": {
"@expo/json-file": "^8.1.7",
"@expo/json-file": "^8.1.8",
"find-yarn-workspace-root": "^1.2.1",

@@ -40,3 +41,3 @@ "fs-extra": "^7.0.1",

"devDependencies": {
"@expo/babel-preset-cli": "^0.1.3",
"@expo/babel-preset-cli": "^0.1.4",
"typescript": "3.4.5"

@@ -43,0 +44,0 @@ },

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