New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3 to 1.57.4

5

GraphQLWrapper/index.jsx

@@ -21,3 +21,3 @@ import React from 'react';

const fetchPolicy = process.env.NODE_ENV === 'test' ? 'no-cache' : undefined;
const { data, error } = useQuery(query, {
const { data, error, loading } = useQuery(query, {
fetchPolicy,

@@ -38,4 +38,5 @@ variables,

props = {
...props,
...dataParser(data),
...props,
loading,
};

@@ -42,0 +43,0 @@

2

package.json
{
"name": "@bufferapp/analyze-shared-components",
"version": "1.57.3",
"version": "1.57.4",
"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