contentful
Advanced tools
Comparing version 9.3.6 to 9.3.7
@@ -66,3 +66,3 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } | ||
const config = _objectSpread(_objectSpread({}, defaultConfig), params); | ||
const userAgentHeader = getUserAgentHeader(`contentful.js/${"9.3.6"}`, config.application, config.integration); | ||
const userAgentHeader = getUserAgentHeader(`contentful.js/${"9.3.7"}`, config.application, config.integration); | ||
config.headers = _objectSpread(_objectSpread({}, config.headers), {}, { | ||
@@ -69,0 +69,0 @@ 'Content-Type': 'application/vnd.contentful.delivery.v1+json', |
{ | ||
"name": "contentful", | ||
"description": "Client for Contentful's Content Delivery API", | ||
"version": "9.3.6", | ||
"version": "9.3.7", | ||
"homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/", | ||
@@ -65,5 +65,5 @@ "main": "./dist/contentful.node.js", | ||
"dependencies": { | ||
"axios": "^1.6.7", | ||
"axios": "^1.7.4", | ||
"contentful-resolve-response": "^1.3.12", | ||
"contentful-sdk-core": "^7.0.5", | ||
"contentful-sdk-core": "^8.3.1", | ||
"fast-copy": "^2.1.7", | ||
@@ -70,0 +70,0 @@ "json-stringify-safe": "^5.0.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
2726674
27791
18
+ Addedcontentful-sdk-core@8.3.2(transitive)
- Removedcontentful-sdk-core@7.1.0(transitive)
Updatedaxios@^1.7.4
Updatedcontentful-sdk-core@^8.3.1