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 2.0.3 to 2.0.4

2

dist/query-hook.js

@@ -114,3 +114,3 @@ "use strict";

deserializedResponse = _a.sent();
store.setQueryState(queryId, __assign(__assign({}, state), { data: deserializedResponse, loading: false, networkStatus: store_1.MoonNetworkStatus.Finished }));
store.setQueryState(queryId, __assign(__assign({}, state), { error: null, data: deserializedResponse, loading: false, networkStatus: store_1.MoonNetworkStatus.Finished }));
if (onResponse) {

@@ -117,0 +117,0 @@ onResponse(deserializedResponse);

{
"name": "@decathlon/moon",
"version": "2.0.3",
"version": "2.0.4",
"description": "A featured, production ready caching REST client for every React UI",

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

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