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
8
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.34 to 0.0.35

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.35](https://github.com/gatsby-inc/mansion/compare/@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.34...@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.35) (2019-08-23)
**Note:** Version bump only for package @gatsby-cloud-pkg/gatsby-cms-extension-base
## [0.0.34](https://github.com/gatsby-inc/mansion/compare/@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.33...@gatsby-cloud-pkg/gatsby-cms-extension-base@0.0.34) (2019-08-22)

@@ -8,0 +16,0 @@

10

package.json
{
"name": "@gatsby-cloud-pkg/gatsby-cms-extension-base",
"version": "0.0.34",
"version": "0.0.35",
"description": "Common utilities for integrating Gatsby Preview with CMS providers",

@@ -31,6 +31,10 @@ "main": "dist/index.js",

"jest": {
"collectCoverage": true,
"coverageReporters": [
"text",
"html"
],
"transform": {
".(ts)": "ts-jest"
},
"testRegex": "(/__tests__/.*|\\.spec)\\.ts$",
"moduleFileExtensions": [

@@ -46,3 +50,3 @@ "ts",

},
"gitHead": "aae1af3a32b3bf3618d78ef3b56220bdd7bd84e2"
"gitHead": "f86ffe6f53db12ae58cfee04e18ebfaf4268413c"
}

@@ -7,4 +7,4 @@ {

},
"exclude": ["node_modules", "src/**/__tests__"],
"include": ["src/**/*.tsx"]
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["src/**/*.test.ts", "src/**/*.spec.ts", "src/**/__tests__"]
}
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