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

react-datocms

Package Overview
Dependencies
Maintainers
4
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-datocms - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

3

dist/useQuerySubscription/index.js

@@ -46,5 +46,6 @@ "use strict";

var _b = react_1.useState(null), data = _b[0], setData = _b[1];
var _c = react_1.useState("connecting"), status = _c[0], setStatus = _c[1];
var _c = react_1.useState(enabled ? "connecting" : "closed"), status = _c[0], setStatus = _c[1];
use_deep_compare_effect_1.useDeepCompareEffectNoCheck(function () {
if (enabled === false) {
setStatus('closed');
return function () {

@@ -51,0 +52,0 @@ // we don't have to perform any uninstall

{
"name": "react-datocms",
"version": "1.4.0",
"version": "1.4.1",
"types": "dist/index.d.ts",

@@ -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