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

.prettierignore

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

### [1.5.5](https://github.com/friedrith/desktop-deep-link/compare/v1.5.4...v1.5.5) (2022-04-08)
### [1.5.4](https://github.com/friedrith/desktop-deep-link/compare/v1.5.1...v1.5.4) (2022-04-08)
### Bug Fixes
* add discord to list of modules ([65d2859](https://github.com/friedrith/desktop-deep-link/commit/65d2859222a5678518e32651667bfa0696a6332b))
### [1.5.1](https://github.com/friedrith/desktop-deep-link/compare/v1.5.0...v1.5.1) (2022-02-03)

@@ -7,0 +16,0 @@

2

package.json
{
"name": "desktop-deep-link",
"version": "1.5.3",
"version": "1.5.5",
"description": "A library to transform urls to deep link for a lot of desktop apps.",

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

@@ -5,10 +5,4 @@ {

"module": "commonjs",
"types": [
"node",
"jest"
],
"lib": [
"ES6",
"DOM"
],
"types": ["node", "jest"],
"lib": ["ES6", "DOM"],
"declaration": true,

@@ -34,11 +28,6 @@ "declarationMap": true,

"outDir": "./dist/tsc/",
"importHelpers": true,
"importHelpers": true
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules",
"**/*.spec.ts"
],
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "**/*.spec.ts"]
}
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