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

@gatsby-cloud-pkg/gatsby-cms-extension-base

Package Overview
Dependencies
Maintainers
11
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gatsby-cloud-pkg/gatsby-cms-extension-base - npm Package Compare versions

Comparing version 0.0.38 to 0.0.39

2

dist/index.js

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

const pathQuery = `query getQualifiedSlug($entryUrl:String) { sitePage( path:{ ${entryUrl ? `regex` : `eq`}:$entryUrl } ) { path } }`;
const pathVariables = entryUrl ? `/${entryUrl}\/?$/` : `/`;
const pathVariables = entryUrl ? `/${entryUrl}/?$/` : `/`;
try {

@@ -26,0 +26,0 @@ const res = yield fetch(`${normalizedPreviewUrl}/___graphql`, {

{
"name": "@gatsby-cloud-pkg/gatsby-cms-extension-base",
"version": "0.0.38",
"version": "0.0.39",
"description": "Common utilities for integrating Gatsby Preview with CMS providers",

@@ -21,6 +21,4 @@ "main": "dist/index.js",

"@types/node": "^12.7.2",
"eslint": "^5.13.0",
"jest": "^24.8.0",
"jest-preset-typescript": "^1.2.0",
"prettier-eslint-cli": "^4.7.1",
"rimraf": "^3.0.0",

@@ -50,3 +48,3 @@ "ts-jest": "^24.0.2",

},
"gitHead": "a5ae735322f33f2834ce3ef8ec80bf99d74fe4fe"
"gitHead": "6cec341832aa149658743ec58cdede9809b002a7"
}

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