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

@bluecadet/launchpad-content

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bluecadet/launchpad-content - npm Package Compare versions

Comparing version 2.0.0-next.7 to 2.0.0-next.8

10

dist/sources/contentful-source.js

@@ -19,3 +19,11 @@ import { z } from "zod";

}),
]);
], {
errorMap: (error) => {
if (error.code === "invalid_union")
return {
message: "You must provide either a `deliveryToken` or a `previewToken`.",
};
return { message: error.message ?? "" };
},
});
const contentfulSourceSchema = z

@@ -22,0 +30,0 @@ .object({

@@ -17,3 +17,11 @@ import ky from "ky";

}),
]);
], {
errorMap: (error) => {
if (error.code === "invalid_union")
return {
message: "Either `identifier` and `password` OR a `token` must be provided.",
};
return { message: error.message ?? "" };
},
});
const strapiSourceSchema = z

@@ -20,0 +28,0 @@ .object({

2

package.json
{
"name": "@bluecadet/launchpad-content",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "Content syncing pipeline for various sources",

@@ -5,0 +5,0 @@ "type": "module",

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