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.5.4 to 1.5.5

4

dist/useQuerySubscription/index.d.ts

@@ -1,2 +0,2 @@

import { ChannelErrorData, Options } from "datocms-listen";
import { ChannelErrorData, ConnectionStatus, Options } from "datocms-listen";
declare type SubscribeToQueryOptions<QueryResult, QueryVariables> = Omit<Options<QueryResult, QueryVariables>, "onStatusChange" | "onUpdate" | "onChannelError">;

@@ -18,5 +18,5 @@ declare type EnabledQueryListenerOptions<QueryResult, QueryVariables> = {

error: ChannelErrorData | null;
status: RTCSctpTransportState;
status: ConnectionStatus;
data: QueryResult | undefined;
};
export {};
{
"name": "react-datocms",
"version": "1.5.4",
"version": "1.5.5",
"types": "dist/index.d.ts",

@@ -25,3 +25,3 @@ "main": "dist/index.js",

"@types/rimraf": "^3.0.0",
"doctoc": "^1.4.0",
"doctoc": "^2.0.0",
"enzyme": "^3.11.0",

@@ -37,3 +37,3 @@ "enzyme-adapter-react-16": "^1.15.5",

"ts-jest": "^26.4.4",
"typescript": "^4.1.5"
"typescript": "^4.2.2"
},

@@ -79,8 +79,8 @@ "scripts": {

"datocms-listen": "^0.1.3",
"intersection-observer": "^0.10.0",
"intersection-observer": "^0.12.0",
"react-intersection-observer": "^8.26.1",
"use-deep-compare-effect": "^1.4.0",
"datocms-structured-text-generic-html-renderer": "^1.0.10",
"datocms-structured-text-utils": "^1.0.10"
"datocms-structured-text-generic-html-renderer": "^1.0.12",
"datocms-structured-text-utils": "^1.0.12"
}
}

@@ -12,4 +12,4 @@ # react-datocms

- [Demos](#demos)
- [Installation](#installation)
- [Demos](#demos)
- [Installation](#installation)
- [Live real-time updates](#live-real-time-updates)

@@ -16,0 +16,0 @@ - [Reference](#reference)

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