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.11 to 1.1.12

4

dist/error-handler.js

@@ -58,5 +58,7 @@ 'use strict';

};
if (data.requestId) {
errorData.requestId = data.requestId;
}
if ((0, _get2.default)(data, 'sys.type') === 'Error') {
errorData.message = data.message;
errorData.requestId = data.requestId;
if (data.details) {

@@ -63,0 +65,0 @@ errorData.details = data.details;

{
"name": "contentful-management",
"version": "1.1.11",
"version": "1.1.12",
"description": "Client for Contentful's Content Management API",

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

@@ -46,6 +46,6 @@ [![npm](https://img.shields.io/npm/v/contentful-management.svg)](https://www.npmjs.com/package/contentful-management)

Or, if you'd like to use a standalone built file you can use the following script tag or just download it from [npmcdn](https://npmcdn.com), under the `browser-dist` directory:
Or, if you'd like to use a standalone built file you can use the following script tag or just download it from [unpkg](https://unpkg.com), under the `browser-dist` directory:
``` html
<script src="https://npmcdn.com/contentful-management@latest/browser-dist/contentful-management.min.js"></script>
<script src="https://unpkg.com/contentful-management@latest/browser-dist/contentful-management.min.js"></script>
```

@@ -57,3 +57,3 @@ **It is not recommended to use the above URL for production.**

``` html
<script src="https://npmcdn.com/contentful-management@1.0.0/browser-dist/contentful-management.min.js"></script>
<script src="https://unpkg.com/contentful-management@1.0.0/browser-dist/contentful-management.min.js"></script>
```

@@ -60,0 +60,0 @@

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

module.exports = '1.1.11'
module.exports = '1.1.12'

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