New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@apollo/client-react-streaming

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/client-react-streaming - npm Package Compare versions

Comparing version 0.0.0-commit-release.0.1724056645.812b3ef to 0.0.0-commit-release.0.1724057095.215fb1d

13

dist/index.rsc.js

@@ -1186,7 +1186,3 @@ import React, { cache } from 'react';

// src/PreloadQuery.tsx
var SimulatePreloadedQuery = React.lazy(
() => import('./index.cc.js').then((pkg) => ({
default: pkg.SimulatePreloadedQuery
}))
);
var SimulatePreloadedQuery;
function PreloadQuery({

@@ -1197,2 +1193,9 @@ getClient,

}) {
if (!SimulatePreloadedQuery) {
SimulatePreloadedQuery = React.lazy(
() => import('./index.cc.js').then((pkg) => ({
default: pkg.SimulatePreloadedQuery
}))
);
}
const preloadOptions = {

@@ -1199,0 +1202,0 @@ ...options,

{
"name": "@apollo/client-react-streaming",
"version": "0.0.0-commit-release.0.1724056645.812b3ef",
"version": "0.0.0-commit-release.0.1724057095.215fb1d",
"repository": {

@@ -5,0 +5,0 @@ "url": "git+https://github.com/apollographql/apollo-client-nextjs"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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