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

@kodo-is/prismic

Package Overview
Dependencies
Maintainers
6
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kodo-is/prismic - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

2

dist/getByType.js

@@ -86,3 +86,3 @@ "use strict";

tagsQuery = tags ? "tags: [" + (tags === null || tags === void 0 ? void 0 : tags.map(function (x) { return "\"" + x + "\""; }).join(',')) + "]" : undefined;
tagsInQuery = tagsIn ? "tags: [" + (tagsIn === null || tagsIn === void 0 ? void 0 : tagsIn.map(function (x) { return "\"" + x + "\""; }).join(',')) + "]" : undefined;
tagsInQuery = tagsIn ? "tags_in: [" + (tagsIn === null || tagsIn === void 0 ? void 0 : tagsIn.map(function (x) { return "\"" + x + "\""; }).join(',')) + "]" : undefined;
query = graphql_tag_1.default(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n query Get", "(", ") {\n ", "(", ") {\n edges {\n node {\n ", "\n\n _meta {\n uid\n }\n }\n }\n\n totalCount\n\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n\n ", "\n }\n }\n\n ", "\n ", "\n "], ["\n query Get", "(", ") {\n ", "(", ") {\n edges {\n node {\n ", "\n\n _meta {\n uid\n }\n }\n }\n\n totalCount\n\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n\n ", "\n }\n }\n\n ", "\n ", "\n "])), capitalizeFirstLetter_1.capitalizeFirstLetter(id), [langParameter].join(','), rootName, [lang, sort, after, first, tagsQuery, tagsInQuery]

@@ -89,0 +89,0 @@ .filter(function (x) { return !!x; })

{
"name": "@kodo-is/prismic",
"description": "Prismic helper for Next.js",
"version": "0.4.2",
"version": "0.4.3",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "author": "Finnur Sigurðsson <finnur@kodo.is>",

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