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

@prismicio/editor-support

Package Overview
Dependencies
Maintainers
23
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prismicio/editor-support - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

2

dist/Suspense.d.ts

@@ -49,3 +49,3 @@ export declare function useRequest<ARGS extends SerializableArg[], BODY>(fetcher: Fetcher<ARGS, BODY>, args: ARGS): BODY;

};
declare type PublicCache = Pick<typeof _cache, "registerFetcherConfig" | "clear">;
declare type PublicCache = Pick<typeof _cache, "registerFetcherConfig" | "clear" | "clearAll">;
export declare const cache: PublicCache;

@@ -52,0 +52,0 @@ export declare function createSuspenseCache(): {

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

function o(e) {
function t(e) {
try {

@@ -8,6 +8,6 @@ return new URL(e);

}
const n = new URL(window.location.href), r = n.searchParams.has("debug");
const r = new URL(location.href), n = r.searchParams.has("debug");
export {
r as isDebugMode,
o as toURL
n as isDebugMode,
t as toURL
};

@@ -63,3 +63,3 @@ {

},
"version": "0.4.6"
"version": "0.4.7"
}
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