Skip to content

Commit d675005

Browse files
author
raipubnub
authored
add buffer to react native. remove web crypto polyfill. (pubnub#235)
@client-engineering-bot release as v4.36.0
1 parent 5945f98 commit d675005

File tree

11 files changed

+1531
-2715
lines changed

11 files changed

+1531
-2715
lines changed

.eslintrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ globals:
2020
'atob': readonly
2121
'btoa': readonly
2222
'Blob': readonly
23+
'crypto': readonly
2324

2425
overrides:
2526
- files: test/**/*

dist/web/pubnub.js

Lines changed: 45 additions & 643 deletions
Large diffs are not rendered by default.

dist/web/pubnub.min.js

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/crypto/modules/web.js

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/crypto/modules/web.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react_native/index.js

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react_native/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)