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

@decathlon/moon

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@decathlon/moon - npm Package Compare versions

Comparing version 4.0.0-beta.10 to 4.0.0-beta.11

5

dist/index.es.js

@@ -521,4 +521,5 @@ import { QueryCache, MutationCache, QueryClient, QueryClientProvider, hashQueryKey, InfiniteQueryObserver, QueryObserver, notifyManager, QueriesObserver, useQuery as useQuery$1, useMutation as useMutation$1, useInfiniteQuery as useInfiniteQuery$1 } from 'react-query';

var queryOptions = useMemo(function () { return store.defaultQueryObserverOptions(queryConfig); }, [queryConfig, store]);
function fetch(_key, newPageProps) {
var queryVariables = __assign(__assign({}, variables), newPageProps);
function fetch(_a) {
var pageParam = _a.pageParam;
var queryVariables = __assign(__assign({}, variables), pageParam);
return client.query(source, endPoint, queryVariables, options);

@@ -525,0 +526,0 @@ }

@@ -522,4 +522,5 @@ 'use strict';

var queryOptions = React.useMemo(function () { return store.defaultQueryObserverOptions(queryConfig); }, [queryConfig, store]);
function fetch(_key, newPageProps) {
var queryVariables = __assign(__assign({}, variables), newPageProps);
function fetch(_a) {
var pageParam = _a.pageParam;
var queryVariables = __assign(__assign({}, variables), pageParam);
return client.query(source, endPoint, queryVariables, options);

@@ -526,0 +527,0 @@ }

6

package.json
{
"name": "@decathlon/moon",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"description": "A featured, production ready caching REST client for every React UI",

@@ -24,3 +24,3 @@ "author": "Decathlon",

"react": "^17.0.1",
"react-query": "3.2.0-beta.20"
"react-query": "3.2.0-beta.21"
},

@@ -57,3 +57,3 @@ "scripts": {

},
"gitHead": "78e11c293aa7ffb4a78eb1c1cddb049d3ea17704"
"gitHead": "e2e82e359ac3b624d30fbcf81f21001852b2cb20"
}

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