-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate redundant bundled libraries #1050
base: feature/use-native-atob-btoa
Are you sure you want to change the base?
Deprecate redundant bundled libraries #1050
Conversation
62aa4c7
to
91365d2
Compare
'postman.clearGlobalVariables': 'pm.globals.clear()', | ||
'postman.clearGlobalVariable': 'pm.globals.unset()', | ||
'postman.getResponseCookie': 'pm.cookies.get()', | ||
'postman.getResponseHeader': 'pm.response.headers.get()' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diff due to addition of ""
responseBody: '"pm.response.text()"', | ||
iteration: '"pm.info.iteration"', | ||
_: '"require(\'lodash\')"', | ||
CryptoJS: 'global "crypto" object', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Removed alternative for Backbone as the lib is itself deprecated now
- Update alternative for CryptoJS
b53b441
to
0dcb698
Compare
91365d2
to
f7e8378
Compare
0dcb698
to
4505c79
Compare
f7e8378
to
4d1e196
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/use-native-atob-btoa #1050 +/- ##
===============================================================
Coverage ? 52.77%
===============================================================
Files ? 12
Lines ? 612
Branches ? 146
===============================================================
Hits ? 323
Misses ? 249
Partials ? 40
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Changes
Deprecate following libraries in favour of better alternatives:
atob
: native atob functionbtoa
: native btoa functioncrypto-js
: native crypto objecttv4
:ajv
backbone
: 👋