swagger-client 3.23.1 → 3.24.1
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/README.md +0 -2
- package/dist/swagger-client.browser.js +1072 -963
- package/dist/swagger-client.browser.min.js +1 -1
- package/dist/swagger-client.browser.min.js.map +1 -1
- package/es/helpers/index.js +2 -1
- package/es/helpers/is-http-url.js +5 -0
- package/es/index.js +9 -3
- package/lib/helpers/index.js +4 -2
- package/lib/helpers/is-http-url.js +9 -0
- package/lib/index.js +8 -2
- package/package.json +15 -12
package/README.md
CHANGED
|
@@ -70,8 +70,6 @@ on Node.js version.
|
|
|
70
70
|
and uses [native fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) implementation
|
|
71
71
|
provided by each supported browser.
|
|
72
72
|
|
|
73
|
-
|
|
74
|
-
|
|
75
73
|
## Security contact
|
|
76
74
|
|
|
77
75
|
Please disclose any security-related issues or vulnerabilities by emailing [security@swagger.io](mailto:security@swagger.io), instead of using the public issue tracker.
|