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

abhi-plugin-gatsby-preview

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abhi-plugin-gatsby-preview - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

11

gatsby-browser.js

@@ -19,4 +19,13 @@ "use strict";

console.log(`Received data for status msg`, data, typeof data);
const event = data && data.event;
let jsonData;
try {
jsonData = JSON.parse(data);
} catch (e) {
console.error(e);
}
console.log(jsonData);
const event = jsonData && datjsonDataa.event;
if (event) {

@@ -23,0 +32,0 @@ showStatusBar(true);

2

package.json
{
"name": "abhi-plugin-gatsby-preview",
"description": "A Gatsby plugin shows status of cloud preview",
"version": "0.0.5",
"version": "0.0.6",
"author": "Abhi Aiyer",

@@ -6,0 +6,0 @@ "keywords": [

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