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

@bufferapp/analyze-shared-components

Package Overview
Dependencies
Maintainers
32
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufferapp/analyze-shared-components - npm Package Compare versions

Comparing version 1.57.5 to 1.57.6

9

GraphQLWrapper/index.jsx

@@ -1,2 +0,2 @@

import React from 'react';
import React, { useEffect } from 'react';
import moment from 'moment-timezone';

@@ -26,2 +26,8 @@ import { useQuery } from '@apollo/client';

useEffect(() => {
if (data) {
save(data);
}
}, [data]);
if (error) {

@@ -43,3 +49,2 @@ // TODO push this into bugsnag

save(data);
return (<React.Fragment>

@@ -46,0 +51,0 @@ {<graphQlProps.content {...props} />}

{
"name": "@bufferapp/analyze-shared-components",
"version": "1.57.5",
"version": "1.57.6",
"description": "Shared components for Analyze",

@@ -5,0 +5,0 @@ "main": "index.js",

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