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

@cmpsr/contentful-core

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cmpsr/contentful-core - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

CHANGELOG.md
# @cmpsr/contentful-core
## 0.1.4
### Patch Changes
- d8a7162: Added cross-fetch dependency for non-Next applications
## 0.1.3

@@ -4,0 +10,0 @@

3

lib/client/createContentfulLink.js

@@ -10,2 +10,4 @@ "use strict";

var _crossFetch = _interopRequireDefault(require("cross-fetch"));
var _apolloLinkHttp = require("apollo-link-http");

@@ -39,2 +41,3 @@

}),
fetch: _crossFetch.default,
uri: `https://graphql.contentful.com/content/${apiVersion}/spaces/${space}/environments/${environment}` // Server URL (must be absolute)

@@ -41,0 +44,0 @@

5

package.json
{
"name": "@cmpsr/contentful-core",
"version": "0.1.3",
"version": "0.1.4",
"description": "Base Composer components for standing up a React/NextJS app that can dynamically render components based on Contentful Model types mapped to components and queries.",

@@ -39,6 +39,7 @@ "author": "Ryan Hefner <hi@ryanhefner.com>",

"apollo-link-http": "^1.5.17",
"cross-fetch": "^3.0.5",
"dotenv": "^8.2.0",
"invariant": "^2.2.4"
},
"gitHead": "5317c8cca4a6dcd8910b240d0b29dbdc0f85e665"
"gitHead": "d8c7c5f8d2a2bd9b8b237bde4a1722695fc4e0d4"
}

Sorry, the diff of this file is not supported yet

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