@serverless/platform-sdk
Advanced tools
Comparing version 2.3.1-2-g39167c0 to 2.3.1-5-g0004013
@@ -17,5 +17,5 @@ 'use strict'; | ||
var _isomorphicFetch = require('isomorphic-fetch'); | ||
var _nodeFetch = require('node-fetch'); | ||
var _isomorphicFetch2 = _interopRequireDefault(_isomorphicFetch); | ||
var _nodeFetch2 = _interopRequireDefault(_nodeFetch); | ||
@@ -111,3 +111,3 @@ var _httpsProxyAgent = require('https-proxy-agent'); | ||
_context.next = 3; | ||
return (0, _isomorphicFetch2.default)(url, Object.assign({ | ||
return (0, _nodeFetch2.default)(url, Object.assign({ | ||
agent | ||
@@ -114,0 +114,0 @@ }, options, { |
{ | ||
"name": "@serverless/platform-sdk", | ||
"version": "2.3.1-2-g39167c0", | ||
"version": "2.3.1-5-g0004013", | ||
"description": "Serverless Platform SDK", | ||
@@ -33,4 +33,4 @@ "author": "Serverless, Inc.", | ||
"is-docker": "^1.1.0", | ||
"isomorphic-fetch": "^2.2.1", | ||
"jwt-decode": "^2.2.0", | ||
"node-fetch": "^2.6.0", | ||
"opn": "^5.5.0", | ||
@@ -37,0 +37,0 @@ "querystring": "^0.2.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
190449
+ Addednode-fetch@^2.6.0
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
- Removedisomorphic-fetch@^2.2.1
- Removedencoding@0.1.13(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)