Socket
Socket
Sign inDemoInstall

contentful-management

Package Overview
Dependencies
Maintainers
5
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 0.8.0 to 0.8.1

3

CHANGELOG.md
# Changelog
## v0.8.1
- Fix requirements for es6-promise
## v0.8.0

@@ -4,0 +7,0 @@ - Use axios instead of questor

1

lib/backoff.js
'use strict';
var Promise = require('es6-promise').Promise;
var wait_ = require('./wait');

@@ -5,0 +4,0 @@

'use strict';
var Promise = require('es6-promise').Promise;
module.exports = function (ms) {

@@ -6,0 +4,0 @@ return new Promise(function (resolve, reject) {

{
"name": "contentful-management",
"description": "Client for Contentful's Content Management API",
"version": "0.8.0",
"version": "0.8.1",
"homepage": "https://www.contentful.com/developers/documentation/content-management-api/",

@@ -6,0 +6,0 @@ "main": "index.js",

'use strict';
var Promise = require('es6-promise');
global.Promise = Promise;
var contentful = require('..');

@@ -19,2 +22,1 @@

});
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