Socket
Socket
Sign inDemoInstall

@sanity/react-hooks

Package Overview
Dependencies
4
Maintainers
16
Versions
388
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.147.8-document-actions.59 to 0.147.8-document-actions.86

lib/useValidationStatus.d.ts

1

lib/index.d.ts
export { useDocumentOperation } from './useDocumentOperation';
export { useEditState } from './useEditState';
export { useObservable } from './utils/use-observable';
export { useValidationStatus } from './useValidationStatus';
//# sourceMappingURL=index.d.ts.map

@@ -24,2 +24,8 @@ "use strict";

});
Object.defineProperty(exports, "useValidationStatus", {
enumerable: true,
get: function get() {
return _useValidationStatus.useValidationStatus;
}
});

@@ -30,2 +36,4 @@ var _useDocumentOperation = require("./useDocumentOperation");

var _useObservable = require("./utils/use-observable");
var _useObservable = require("./utils/use-observable");
var _useValidationStatus = require("./useValidationStatus");

6

package.json
{
"name": "@sanity/react-hooks",
"version": "0.147.8-document-actions.59+415299f78",
"version": "0.147.8-document-actions.86+49b2e2a5d",
"description": "Officially supported Sanity Studio API building blocks",

@@ -31,3 +31,3 @@ "main": "./lib/index.js",

"dependencies": {
"@sanity/base": "0.147.8-document-actions.59+415299f78",
"@sanity/base": "0.147.8-document-actions.86+49b2e2a5d",
"lodash": "^4.17.15",

@@ -54,3 +54,3 @@ "rxjs": "^6.5.3",

"homepage": "https://www.sanity.io/",
"gitHead": "415299f785b87096cdfe8b0c8219fbd10a22bba8"
"gitHead": "49b2e2a5d18c65ef15e1fb5703fd4c908518a6b6"
}
declare module 'part:@sanity/base/datastore/document'
declare module 'part:@sanity/base/schema'
export {useDocumentOperation} from './useDocumentOperation'
export {useEditState} from './useEditState'
export {useObservable} from './utils/use-observable'
export {useValidationStatus} from './useValidationStatus'

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc