New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

contentful

Package Overview
Dependencies
Maintainers
6
Versions
463
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful - npm Package Compare versions

Comparing version 5.1.0-beta1 to 5.1.0-beta2

2

dist/es-modules/contentful.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc