mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
a8c1756816
* Remove 3box feature and delete ThreeBoxController Lint locale messages lavamoat policy updates * Restore 3Box user trait with value `false` The 3Box user trait has been restored and hard-coded as `false`. This ensures that users don't get stuck in our metrics as having this trait. A deprecation comment has been left in various places for this trait. * Remove unused state * Remove additional 3box-related things * Run `yarn-deduplicate` * Restore migration that was lost while rebasing * Remove obsolete override * Remove additional unused resolutions/dependencies * Update LavaMoat policies * Remove obsolete security advisory ignore entries * Remove 3Box fixture builder method * Update unit tests Co-authored-by: Mark Stacey <markjstacey@gmail.com>
122 lines
2.6 KiB
JSON
122 lines
2.6 KiB
JSON
{
|
|
"resources": {
|
|
"browserify>browser-resolve": {
|
|
"packages": {
|
|
"ethjs-query>babel-runtime>core-js": true
|
|
}
|
|
},
|
|
"ethjs-query>babel-runtime": {
|
|
"packages": {
|
|
"@babel/runtime": true
|
|
}
|
|
},
|
|
"@metamask/controllers>web3-provider-engine>eth-json-rpc-middleware>node-fetch": {
|
|
"globals": {
|
|
"fetch": true
|
|
}
|
|
},
|
|
"@metamask/controllers>web3-provider-engine>cross-fetch>node-fetch": {
|
|
"globals": {
|
|
"fetch": true
|
|
}
|
|
},
|
|
"lodash": {
|
|
"globals": {
|
|
"setTimeout": true,
|
|
"clearTimeout": true
|
|
}
|
|
},
|
|
"react-dnd-html5-backend": {
|
|
"globals": {
|
|
"clearTimeout": true,
|
|
"addEventListener": true,
|
|
"removeEventListener": true
|
|
}
|
|
},
|
|
"ethers>@ethersproject/random": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"eth-keyring-controller>browser-passworder": {
|
|
"globals": {
|
|
"crypto": true
|
|
}
|
|
},
|
|
"ethereumjs-wallet>randombytes": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"web3": {
|
|
"globals": {
|
|
"XMLHttpRequest": true
|
|
}
|
|
},
|
|
"@metamask/controllers>web3": {
|
|
"globals": {
|
|
"XMLHttpRequest": true
|
|
}
|
|
},
|
|
"react-dom": {
|
|
"globals": {
|
|
"HTMLIFrameElement": true
|
|
}
|
|
},
|
|
"react-devtools": {
|
|
"packages": {
|
|
"react-devtools>react-devtools-core": true
|
|
}
|
|
},
|
|
"react-devtools>react-devtools-core": {
|
|
"globals": {
|
|
"setTimeout": true,
|
|
"WebSocket": true
|
|
}
|
|
},
|
|
"node-fetch": {
|
|
"globals": {
|
|
"fetch": true,
|
|
"Headers": true,
|
|
"Request": true,
|
|
"Response": true
|
|
}
|
|
},
|
|
"nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"@metamask/snap-controllers>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"@metamask/rpc-methods>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"@metamask/controllers>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"@metamask/smart-transactions-controller>@metamask/controllers>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"depcheck>@vue/compiler-sfc>postcss>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
},
|
|
"dependency-tree>precinct>detective-postcss>postcss>nanoid": {
|
|
"globals": {
|
|
"crypto.getRandomValues": true
|
|
}
|
|
}
|
|
}
|
|
}
|