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

gatsby-transformer-javascript-frontmatter

Package Overview
Dependencies
Maintainers
1
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-transformer-javascript-frontmatter - npm Package Compare versions

Comparing version 1.1.0-alpha.2 to 1.1.0-alpha.3

2

gatsby-node.js

@@ -25,3 +25,3 @@ var _asyncToGenerator = require("@babel/runtime/helpers/asyncToGenerator");

if (node.internal.mediaType !== `application/javascript`) {
if (node.internal.mediaType !== `application/javascript` && node.internal.mediaType !== `text/jsx`) {
return;

@@ -28,0 +28,0 @@ }

{
"name": "gatsby-transformer-javascript-frontmatter",
"description": "Gatsby transformer plugin for JavaScript to extract exports.frontmatter statically.",
"version": "1.1.0-alpha.2",
"version": "1.1.0-alpha.3",
"author": "Jacob Bolda <me@jacobbolda.com>",

@@ -6,0 +6,0 @@ "bugs": {

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