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

gatsby-plugin-layout

Package Overview
Dependencies
Maintainers
1
Versions
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-layout - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

6

CHANGELOG.md

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

<a name="1.0.0-beta.2"></a>
# [1.0.0-beta.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.0.0-beta.1...gatsby-plugin-layout@1.0.0-beta.2) (2018-08-20)
**Note:** Version bump only for package gatsby-plugin-layout
<a name="1.0.0-beta.1"></a>

@@ -8,0 +14,0 @@

4

gatsby-node.js

@@ -18,6 +18,6 @@ "use strict";

var userSpecifiedPath = true;
var defaultLayoutComponentPath = "src/layouts/index.js";
var defaultLayoutComponentPath = "src/layouts/index";
if (!component) {
// Default to `src/layouts/index.js` for drop-in replacement of v1 layouts
// Default to `src/layouts/index.[js|jsx]` for drop-in replacement of v1 layouts
component = path.join(store.getState().program.directory, defaultLayoutComponentPath);

@@ -24,0 +24,0 @@ userSpecifiedPath = false;

{
"name": "gatsby-plugin-layout",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Stub description for gatsby-plugin-layout",

@@ -33,3 +33,3 @@ "main": "index.js",

},
"gitHead": "98ab705f8626663521a28ef9d75a267743735240"
"gitHead": "27cd2a312956298cca555424129697a027a0429c"
}

@@ -85,3 +85,3 @@ # gatsby-plugin-layout

render() {
return <Provider value={this.state}>{this.props.children})</Provider>
return <Provider value={this.state}>{this.props.children}</Provider>
}

@@ -88,0 +88,0 @@ }

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