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
24
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.7 to 0.4.8

1

dist/URL.d.ts
export declare function toURL(str: string): URL | undefined;
export declare const isDebugMode: boolean;

8

dist/URL.es.js

@@ -1,4 +0,4 @@

function t(e) {
function r(t) {
try {
return new URL(e);
return new URL(t);
} catch {

@@ -8,6 +8,4 @@ return;

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

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

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