contentful
Advanced tools
Comparing version 5.1.0-beta1 to 5.1.0-beta2
@@ -58,3 +58,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
var getGlobalOptions = createGlobalOptions({ resolveLinks: resolveLinks, removeUnresolved: removeUnresolved }); | ||
var userAgentHeader = getUserAgentHeader('contentful.js/' + '5.1.0-beta1', params.application, params.integration); | ||
var userAgentHeader = getUserAgentHeader('contentful.js/' + '5.1.0-beta2', params.application, params.integration); | ||
params.defaultHostname = 'cdn.contentful.com'; | ||
@@ -61,0 +61,0 @@ params.headers = _extends({}, params.headers, { |
{ | ||
"name": "contentful", | ||
"description": "Client for Contentful's Content Delivery API", | ||
"version": "5.1.0-beta1", | ||
"version": "5.1.0-beta2", | ||
"homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/", | ||
@@ -40,2 +40,3 @@ "main": "./dist/contentful.node.js", | ||
"test:size": "bundlesize", | ||
"test:prepush": "npm run build && npm run test:unit && npm run test:size", | ||
"browser-coverage": "npm run test:cover && opener coverage/lcov-report/index.html", | ||
@@ -50,3 +51,3 @@ "prepublish": "in-publish && npm run build || not-in-publish", | ||
"precommit": "npm run lint", | ||
"prepush": "npm run test:unit" | ||
"prepush": "npm run test:prepush" | ||
}, | ||
@@ -63,3 +64,3 @@ "types": "./index.d.ts", | ||
"@contentful/axios": "^0.18.0", | ||
"contentful-resolve-response": "^1.0.0", | ||
"contentful-resolve-response": "^1.0.2", | ||
"contentful-sdk-core": "^5.0.1", | ||
@@ -128,3 +129,3 @@ "json-stringify-safe": "^5.0.1", | ||
"path": "./dist/contentful.browser.js", | ||
"maxSize": "39Kb" | ||
"maxSize": "38Kb" | ||
}, | ||
@@ -137,3 +138,3 @@ { | ||
"path": "./dist/contentful.legacy.js", | ||
"maxSize": "56Kb" | ||
"maxSize": "55Kb" | ||
}, | ||
@@ -146,3 +147,3 @@ { | ||
"path": "./dist/contentful.node.js", | ||
"maxSize": "48Kb" | ||
"maxSize": "47Kb" | ||
}, | ||
@@ -149,0 +150,0 @@ { |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
9
1618768
18944
20