Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

contentful

Package Overview
Dependencies
Maintainers
5
Versions
452
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 3.2.0 to 3.2.1

13

dist/create-http-client.js

@@ -13,6 +13,2 @@ 'use strict';

var _querystring = require('querystring');
var _querystring2 = _interopRequireDefault(_querystring);
var _version = require('../version');

@@ -55,2 +51,3 @@

headers = headers || {};
headers['Authorization'] = 'Bearer ' + accessToken;
headers['Content-Type'] = 'application/vnd.contentful.delivery.v1+json';

@@ -66,10 +63,4 @@ headers['X-Contentful-User-Agent'] = 'contentful.js/' + _version2.default;

headers: headers,
agent: agent,
params: {
access_token: accessToken
},
paramsSerializer: function paramsSerializer(params) {
return _querystring2.default.stringify(params);
}
agent: agent
});
}

2

package.json

@@ -95,3 +95,3 @@ {

},
"version": "3.2.0"
"version": "3.2.1"
}

@@ -1,1 +0,1 @@

module.exports = '3.2.0'
module.exports = '3.2.1'

Sorry, the diff of this file is too big to display

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