Skip to content

Commit

Permalink
Remove dependency on 'pod-install'
Browse files Browse the repository at this point in the history
Security concern - contains a binary and has little value otherwise
  • Loading branch information
scarlac committed Jul 7, 2023
1 parent 855f23b commit d7a70c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
"release:beta": "yarn clean && yarn build && yarn publish --tag beta --verbose",
"release:local": "yarn clean && yarn build && tmp=$(mktemp) && yarn pack --filename $tmp.tar.gz && open -R $tmp.tar.gz",
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
"example": "yarn --cwd example",
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods"
"postinstall": "cd example/ && yarn && cd ./ios && pod install"
},
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -41,7 +39,6 @@
"eslint-plugin-import": "^2.22.1",
"jest": "^26.0.1",
"metro-react-native-babel-preset": "0.51.0",
"pod-install": "^0.1.0",
"prettier": "^2.1.2",
"react": "16.11.0",
"react-native": "0.62.3",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5976,11 +5976,6 @@ plugin-error@^0.1.2:
arr-union "^2.0.1"
extend-shallow "^1.1.2"

pod-install@^0.1.0:
version "0.1.12"
resolved "https://registry.yarnpkg.com/pod-install/-/pod-install-0.1.12.tgz#6526825b180679f4b7f4569096ebc7f154b38979"
integrity sha512-xVEGRyRjdSZfRuW/VQugN6WzFd1UmGx7KBb2z43wKGUgZF/TtgjHqLxdZVIksgqR0N4RTKMuBuMcEAwB9PKNlQ==

posix-character-classes@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
Expand Down

0 comments on commit d7a70c3

Please sign in to comment.