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

@cmpsr/contentful-core

Package Overview
Dependencies
Maintainers
3
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.5.5-canary-20231117131346 to 0.5.5-canary-20231120095410

1

lib/client/index.d.ts
export * from './createContentfulLink';
export { ContentfulRestLink } from './contentfulRestLink';

@@ -5,10 +5,3 @@ "use strict";

});
Object.defineProperty(exports, "ContentfulRestLink", {
enumerable: true,
get: function() {
return _contentfulRestLink.ContentfulRestLink;
}
});
_export_star(require("./createContentfulLink"), exports);
var _contentfulRestLink = require("./contentfulRestLink");
function _export_star(from, to) {

@@ -15,0 +8,0 @@ Object.keys(from).forEach(function(k) {

2

package.json
{
"name": "@cmpsr/contentful-core",
"version": "0.5.5-canary-20231117131346",
"version": "0.5.5-canary-20231120095410",
"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.",

@@ -5,0 +5,0 @@ "author": "Ryan Hefner <hi@ryanhefner.com>",

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