Socket
Socket
Sign inDemoInstall

contentful-management

Package Overview
Dependencies
Maintainers
4
Versions
578
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-management - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

3

dist/create-space-api.js

@@ -458,2 +458,5 @@ 'use strict';

function createLocale(data) {
// TODO this should be removed when the fallback locale issues are fixed
// also remove deletion on wrapLocale in locale.js
delete data.fallback_code;
return http.post('locales', data).then(function (response) {

@@ -460,0 +463,0 @@ return wrapLocale(http, response.data);

@@ -91,2 +91,3 @@ 'use strict';

// TODO this should be removed when the fallback locale issues are fixed
// also remove deletion on createLocale in create-space-api
delete locale.fallback_code;

@@ -93,0 +94,0 @@ (0, _enhanceWithMethods2.default)(locale, createLocaleApi(http));

2

package.json
{
"name": "contentful-management",
"version": "1.1.4",
"version": "1.1.5",
"description": "Client for Contentful's Content Management API",

@@ -5,0 +5,0 @@ "homepage": "https://www.contentful.com/developers/documentation/content-management-api/",

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

module.exports = '1.1.4'
module.exports = '1.1.5'

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