New:Socket for Asana Is Now Available.Learn more
Get Started

@devframes/service-open

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devframes/service-open - npm Package Compare versions

Comparing version
0.9.2
to
0.9.3
+1
-1
dist/index.mjs

@@ -7,3 +7,3 @@ import { defineRpcFunction } from "devframe";

//#region package.json
var version = "0.9.2";
var version = "0.9.3";
//#endregion

@@ -10,0 +10,0 @@ //#region src/diagnostics.ts

{
"name": "@devframes/service-open",
"type": "module",
"version": "0.9.2",
"version": "0.9.3",
"description": "Devframe wire service that opens files in the user's editor or reveals them in the OS file explorer.",

@@ -31,3 +31,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"peerDependencies": {
"devframe": "0.9.2"
"devframe": "0.9.3"
},

@@ -41,3 +41,3 @@ "dependencies": {

"vitest": "^4.1.10",
"devframe": "0.9.2"
"devframe": "0.9.3"
},

@@ -44,0 +44,0 @@ "scripts": {