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

contentful

Package Overview
Dependencies
Maintainers
5
Versions
450
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 1.1.0 to 1.1.1

4

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
## v1.1.1 - 2015-03-25
- Fix issue where type parameter was sent on sync requests with a sync
token
## v1.1.0 - 2015-03-24

@@ -5,0 +9,0 @@ ### Added

2

index.js

@@ -261,3 +261,3 @@ 'use strict';

var nextPageUrl = data.nextPageUrl.split('?');
this.query = _.omit(this.query, 'initial', 'sync_token');
this.query = _.omit(this.query, 'initial', 'type', 'sync_token');
this.query.sync_token = querystring.parse(nextPageUrl[1]).sync_token;

@@ -264,0 +264,0 @@ } else if(data.nextSyncUrl){

{
"name": "contentful",
"description": "Client for Contentful's Content Delivery API",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/",

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

@@ -1,5 +0,3 @@

# contentful.js
# contentful.js [![Build Status](https://travis-ci.org/contentful/contentful.js.png?branch=master)](https://travis-ci.org/contentful/contentful.js)
[![Build Status](https://travis-ci.org/contentful/contentful.js.png?branch=master)](https://travis-ci.org/contentful/contentful.js)
Javascript client for [Contentful's](https://www.contentful.com) Content Delivery API:

@@ -6,0 +4,0 @@

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