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

desktop-deep-link

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

desktop-deep-link - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

2

dist/tsc/index.js

@@ -8,3 +8,3 @@ "use strict";

exports.defaultModule = {
id: '',
id: 'default',
match: () => true,

@@ -11,0 +11,0 @@ transform: (uri) => uri,

@@ -15,2 +15,3 @@ "use strict";

const obsidian_1 = (0, tslib_1.__importDefault)(require("./obsidian"));
const discord_1 = (0, tslib_1.__importDefault)(require("./discord"));
exports.default = [

@@ -28,3 +29,4 @@ adobe_xd_1.default,

obsidian_1.default,
discord_1.default,
];
//# sourceMappingURL=index.js.map
{
"name": "desktop-deep-link",
"version": "1.5.2",
"version": "1.5.3",
"description": "A library to transform urls to deep link for a lot of desktop apps.",

@@ -5,0 +5,0 @@ "main": "dist/tsc/index.js",

@@ -7,3 +7,3 @@ import modules from './modules'

export const defaultModule = {
id: '',
id: 'default',
match: () => true,

@@ -10,0 +10,0 @@ transform: (uri: string): string => uri,

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc