@paypal/sdk-release 5.0.280 → 5.0.283
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package-lock.json +34 -29
- package/package.json +11 -10
package/package-lock.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paypal/sdk-release",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.283",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -24,6 +24,11 @@
|
|
|
24
24
|
"resolved": "https://registry.npmjs.org/@braintree/wrap-promise/-/wrap-promise-1.1.1.tgz",
|
|
25
25
|
"integrity": "sha1-0ix2hV5tS0ASYQBgQh+uGjfskLA="
|
|
26
26
|
},
|
|
27
|
+
"@krakenjs/cross-domain-utils": {
|
|
28
|
+
"version": "3.0.2",
|
|
29
|
+
"resolved": "https://registry.npmjs.org/@krakenjs/cross-domain-utils/-/cross-domain-utils-3.0.2.tgz",
|
|
30
|
+
"integrity": "sha512-uNTQrAevzKtOu13UZzamCR6rKX2vpdb6g/gVXMJVSMvAlYhxBN6mOD6U56DmSdBJDKvLSYZbIYUkBh2inDyIXQ=="
|
|
31
|
+
},
|
|
27
32
|
"@paypal/card-components": {
|
|
28
33
|
"version": "1.0.51",
|
|
29
34
|
"resolved": "https://registry.npmjs.org/@paypal/card-components/-/card-components-1.0.51.tgz",
|
|
@@ -39,9 +44,9 @@
|
|
|
39
44
|
}
|
|
40
45
|
},
|
|
41
46
|
"@paypal/checkout-components": {
|
|
42
|
-
"version": "5.0.
|
|
43
|
-
"resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.
|
|
44
|
-
"integrity": "sha512-
|
|
47
|
+
"version": "5.0.199",
|
|
48
|
+
"resolved": "https://registry.npmjs.org/@paypal/checkout-components/-/checkout-components-5.0.199.tgz",
|
|
49
|
+
"integrity": "sha512-6BVctp7wwPorfOKA/hu74XwPnJfKQ4/VmQSozPmW/TJutzESb2x7eSUw7BMWK8q+tzPBodXbkK006qpJCgSLJg==",
|
|
45
50
|
"requires": {
|
|
46
51
|
"@paypal/common-components": "^1.0.16",
|
|
47
52
|
"@paypal/funding-components": "^1.0.17",
|
|
@@ -80,9 +85,9 @@
|
|
|
80
85
|
}
|
|
81
86
|
},
|
|
82
87
|
"@paypal/funding-components": {
|
|
83
|
-
"version": "1.0.
|
|
84
|
-
"resolved": "https://registry.npmjs.org/@paypal/funding-components/-/funding-components-1.0.
|
|
85
|
-
"integrity": "sha512-
|
|
88
|
+
"version": "1.0.25",
|
|
89
|
+
"resolved": "https://registry.npmjs.org/@paypal/funding-components/-/funding-components-1.0.25.tgz",
|
|
90
|
+
"integrity": "sha512-vwggaURR37MTiUuyDJszGJgWeoxp8it1Yt2//rIpLz3bZbVVHldOpIA3tiNYRVYl3wlniEtZ9s7g4IQUZc7iRg==",
|
|
86
91
|
"requires": {
|
|
87
92
|
"@paypal/sdk-client": "^4.0.162",
|
|
88
93
|
"@paypal/sdk-constants": "^1.0.114",
|
|
@@ -91,17 +96,17 @@
|
|
|
91
96
|
}
|
|
92
97
|
},
|
|
93
98
|
"@paypal/identity-components": {
|
|
94
|
-
"version": "5.0.
|
|
95
|
-
"resolved": "https://registry.npmjs.org/@paypal/identity-components/-/identity-components-5.0.
|
|
96
|
-
"integrity": "sha512-
|
|
99
|
+
"version": "5.0.9",
|
|
100
|
+
"resolved": "https://registry.npmjs.org/@paypal/identity-components/-/identity-components-5.0.9.tgz",
|
|
101
|
+
"integrity": "sha512-f4JGoESQKEMFbTAPsPsE7rHvV7Nn8rtxpJISntodkwDD90q6aWXjk3+PW4D/tk/CkmVNMVotIOiB2EVfL8SP4g==",
|
|
97
102
|
"requires": {
|
|
103
|
+
"@krakenjs/cross-domain-utils": "^3.0.2",
|
|
98
104
|
"@paypal/common-components": "^1.0.10",
|
|
99
105
|
"@paypal/funding-components": "^1.0.17",
|
|
100
106
|
"@paypal/sdk-client": "^4.0.123",
|
|
101
107
|
"@paypal/sdk-constants": "^1.0.57",
|
|
102
108
|
"@paypal/sdk-logos": "^1.0.26",
|
|
103
109
|
"belter": "^1.0.2",
|
|
104
|
-
"cross-domain-utils": "^2.0.1",
|
|
105
110
|
"jsx-pragmatic": "^2",
|
|
106
111
|
"post-robot": "^10.0.0",
|
|
107
112
|
"zalgo-promise": "^1.0.10",
|
|
@@ -109,9 +114,9 @@
|
|
|
109
114
|
}
|
|
110
115
|
},
|
|
111
116
|
"@paypal/messaging-components": {
|
|
112
|
-
"version": "1.
|
|
113
|
-
"resolved": "https://registry.npmjs.org/@paypal/messaging-components/-/messaging-components-1.
|
|
114
|
-
"integrity": "sha512-
|
|
117
|
+
"version": "1.30.0",
|
|
118
|
+
"resolved": "https://registry.npmjs.org/@paypal/messaging-components/-/messaging-components-1.30.0.tgz",
|
|
119
|
+
"integrity": "sha512-OeeusPX2vsee7i53yb0HDCT/DH5MAr3OGULor/MHO5hvjXwlPvq/NNhn4Nwgmkyk89wszhK+UReIvwG3YmVkEw==",
|
|
115
120
|
"requires": {
|
|
116
121
|
"@paypal/common-components": "^1.0.18",
|
|
117
122
|
"@paypal/sdk-client": "^4.0.80",
|
|
@@ -127,18 +132,18 @@
|
|
|
127
132
|
}
|
|
128
133
|
},
|
|
129
134
|
"@paypal/muse-components": {
|
|
130
|
-
"version": "1.3.
|
|
131
|
-
"resolved": "https://registry.npmjs.org/@paypal/muse-components/-/muse-components-1.3.
|
|
132
|
-
"integrity": "sha512-
|
|
135
|
+
"version": "1.3.74",
|
|
136
|
+
"resolved": "https://registry.npmjs.org/@paypal/muse-components/-/muse-components-1.3.74.tgz",
|
|
137
|
+
"integrity": "sha512-2hCT5X1ySzN1w/FcpP1vD0r6DfcboXhUwYCRqtGs898jp8Sxd81WlcYYuAGdrTrJ4EFf2S1lgawvebsz+rM9+A==",
|
|
133
138
|
"requires": {
|
|
134
139
|
"@paypal/sdk-client": "^4.0.1",
|
|
135
140
|
"whatwg-fetch": "^3.0.0"
|
|
136
141
|
}
|
|
137
142
|
},
|
|
138
143
|
"@paypal/sdk-client": {
|
|
139
|
-
"version": "4.0.
|
|
140
|
-
"resolved": "https://registry.npmjs.org/@paypal/sdk-client/-/sdk-client-4.0.
|
|
141
|
-
"integrity": "sha512-
|
|
144
|
+
"version": "4.0.164",
|
|
145
|
+
"resolved": "https://registry.npmjs.org/@paypal/sdk-client/-/sdk-client-4.0.164.tgz",
|
|
146
|
+
"integrity": "sha512-mNVmxTY0RlQpOc9Y3ANXFtizIxgVcqDUnMzGqTdo7ttQkGlCP5p5sGFydtbAH7xXJwNH76PphHXxDSj/5e01rw==",
|
|
142
147
|
"requires": {
|
|
143
148
|
"@paypal/sdk-constants": "^1.0.94",
|
|
144
149
|
"beaver-logger": "^4.0.0",
|
|
@@ -169,9 +174,9 @@
|
|
|
169
174
|
}
|
|
170
175
|
},
|
|
171
176
|
"beaver-logger": {
|
|
172
|
-
"version": "4.0.
|
|
173
|
-
"resolved": "https://registry.npmjs.org/beaver-logger/-/beaver-logger-4.0.
|
|
174
|
-
"integrity": "sha512-
|
|
177
|
+
"version": "4.0.34",
|
|
178
|
+
"resolved": "https://registry.npmjs.org/beaver-logger/-/beaver-logger-4.0.34.tgz",
|
|
179
|
+
"integrity": "sha512-vglM8c7KdfVAihMK4ecm62zweQG3JHsXjF//cH8WEFAgFseSuSg0Hk9cF1/nLoE5qrI+VCiHgdarxrTd8dbPFg==",
|
|
175
180
|
"requires": {
|
|
176
181
|
"belter": "^1.0.17",
|
|
177
182
|
"cross-domain-utils": "^2.0.36",
|
|
@@ -179,9 +184,9 @@
|
|
|
179
184
|
}
|
|
180
185
|
},
|
|
181
186
|
"belter": {
|
|
182
|
-
"version": "1.0.
|
|
183
|
-
"resolved": "https://registry.npmjs.org/belter/-/belter-1.0.
|
|
184
|
-
"integrity": "sha512-
|
|
187
|
+
"version": "1.0.190",
|
|
188
|
+
"resolved": "https://registry.npmjs.org/belter/-/belter-1.0.190.tgz",
|
|
189
|
+
"integrity": "sha512-jz05FHrO+bwitdI6JxV5ESyRdVhTcwMWQ7L4o+q/R4LNJFQrG58sp9EiwsSjhbihhiyYFcmmCMRRagxte6igtw==",
|
|
185
190
|
"requires": {
|
|
186
191
|
"cross-domain-safe-weakmap": "^1",
|
|
187
192
|
"cross-domain-utils": "^2",
|
|
@@ -219,9 +224,9 @@
|
|
|
219
224
|
}
|
|
220
225
|
},
|
|
221
226
|
"core-js-pure": {
|
|
222
|
-
"version": "3.21.
|
|
223
|
-
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.21.
|
|
224
|
-
"integrity": "sha512-
|
|
227
|
+
"version": "3.21.1",
|
|
228
|
+
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.21.1.tgz",
|
|
229
|
+
"integrity": "sha512-12VZfFIu+wyVbBebyHmRTuEE/tZrB4tJToWcwAMcsp3h4+sHR+fMJWbKpYiCRWlhFBq+KNyO8rIV9rTkeVmznQ=="
|
|
225
230
|
},
|
|
226
231
|
"credit-card-type": {
|
|
227
232
|
"version": "6.3.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paypal/sdk-release",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.283",
|
|
4
4
|
"description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -64,23 +64,24 @@
|
|
|
64
64
|
"@braintree/iframer": "1.0.3",
|
|
65
65
|
"@braintree/sanitize-url": "2.1.0",
|
|
66
66
|
"@braintree/wrap-promise": "1.1.1",
|
|
67
|
+
"@krakenjs/cross-domain-utils": "3.0.2",
|
|
67
68
|
"@paypal/card-components": "1.0.51",
|
|
68
|
-
"@paypal/checkout-components": "5.0.
|
|
69
|
+
"@paypal/checkout-components": "5.0.199",
|
|
69
70
|
"@paypal/common-components": "1.0.23",
|
|
70
71
|
"@paypal/example-components": "1.0.27",
|
|
71
|
-
"@paypal/funding-components": "1.0.
|
|
72
|
-
"@paypal/identity-components": "5.0.
|
|
73
|
-
"@paypal/messaging-components": "1.
|
|
74
|
-
"@paypal/muse-components": "1.3.
|
|
75
|
-
"@paypal/sdk-client": "4.0.
|
|
72
|
+
"@paypal/funding-components": "1.0.25",
|
|
73
|
+
"@paypal/identity-components": "5.0.9",
|
|
74
|
+
"@paypal/messaging-components": "1.30.0",
|
|
75
|
+
"@paypal/muse-components": "1.3.74",
|
|
76
|
+
"@paypal/sdk-client": "4.0.164",
|
|
76
77
|
"@paypal/sdk-constants": "1.0.116",
|
|
77
78
|
"@paypal/sdk-logos": "1.0.42",
|
|
78
|
-
"beaver-logger": "4.0.
|
|
79
|
-
"belter": "1.0.
|
|
79
|
+
"beaver-logger": "4.0.34",
|
|
80
|
+
"belter": "1.0.190",
|
|
80
81
|
"bowser": "2.11.0",
|
|
81
82
|
"braintree-web": "3.33.0",
|
|
82
83
|
"card-validator": "4.3.0",
|
|
83
|
-
"core-js-pure": "3.21.
|
|
84
|
+
"core-js-pure": "3.21.1",
|
|
84
85
|
"credit-card-type": "6.3.0",
|
|
85
86
|
"cross-domain-safe-weakmap": "1.0.29",
|
|
86
87
|
"cross-domain-utils": "2.0.38",
|