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

gatsby-plugin-layout

Package Overview
Dependencies
Maintainers
2
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.6 to 1.0.7

8

CHANGELOG.md

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

<a name="1.0.7"></a>
## [1.0.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.0.6...gatsby-plugin-layout@1.0.7) (2018-11-05)
### Bug Fixes
- **gatsby-plugin-layout:** log uncaught errors in old browsers ([#9635](https://github.com/gatsbyjs/gatsby/issues/9635)) ([099d47e](https://github.com/gatsbyjs/gatsby/commit/099d47e))
<a name="1.0.6"></a>

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

4

package.json
{
"name": "gatsby-plugin-layout",
"version": "1.0.6",
"version": "1.0.7",
"description": "Reimplements the behavior of layout components in gatsby@1, which was removed in version 2.",

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

},
"gitHead": "ce24780bca47ad53f52f8c0eab86e46f8189cf9a"
"gitHead": "864ac048e573add87399b0e5a964fe127184f4bb"
}

@@ -17,2 +17,5 @@ "use strict";

} else {
// Logging the error for debugging older browsers as there is no way
// to wrap the thrown error in a try/catch.
console.error(e);
throw e;

@@ -19,0 +22,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