forked from prebid/Prebid.js
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #401 from PubMatic-OpenWrap/staged_master
OpenWrap Stable Release V20
- Loading branch information
Showing
880 changed files
with
63,942 additions
and
32,632 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,27 @@ | ||
|
||
const sharedWhiteList = [ | ||
"core-js/library/fn/array/find", // no ie11 | ||
"core-js/library/fn/array/includes", // no ie11 | ||
"core-js/library/fn/set", // ie11 supports Set but not Set#values | ||
"core-js/library/fn/string/includes", // no ie11 | ||
"core-js/library/fn/number/is-integer", // no ie11, | ||
"core-js/library/fn/array/from" // no ie11 | ||
'core-js/library/fn/array/find', // no ie11 | ||
'core-js/library/fn/array/includes', // no ie11 | ||
'core-js/library/fn/set', // ie11 supports Set but not Set#values | ||
'core-js/library/fn/string/includes', // no ie11 | ||
'core-js/library/fn/number/is-integer', // no ie11, | ||
'core-js/library/fn/array/from' // no ie11 | ||
]; | ||
|
||
module.exports = { | ||
'modules': [ | ||
...sharedWhiteList, | ||
'criteo-direct-rsa-validate', | ||
'jsencrypt', | ||
'crypto-js' | ||
'crypto-js', | ||
'live-connect' // Maintained by LiveIntent : https://github.com/liveintent-berlin/live-connect/ | ||
], | ||
'src': [ | ||
...sharedWhiteList, | ||
'fun-hooks/no-eval', | ||
'just-clone', | ||
'dlv', | ||
'dset' | ||
'dset', | ||
'deep-equal' | ||
] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.