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

contentful

Package Overview
Dependencies
Maintainers
1
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 0.0.2 to 0.0.3

.tern-port

5

index.js

@@ -54,5 +54,6 @@ 'use strict';

contentTypes: function() {
contentTypes: function(object) {
var query = Query.parse(object);
var promise = new Promise();
var request = this.request('/content_types');
var request = this.request('/content_types' + (object ? '?' + query.toQueryString() : ''));
request.map(_.partial(SearchResult.parse, ContentType))

@@ -59,0 +60,0 @@ .map(_.bound(promise, 'resolve'));

2

package.json
{
"name": "contentful",
"version": "0.0.2",
"version": "0.0.3",
"description": "Client for Contentful's Content Delivery API",

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

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