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

@eclipse-glsp/cli

Package Overview
Dependencies
Maintainers
6
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-glsp/cli - npm Package Compare versions

Comparing version 1.1.0-next.8de3069.116 to 1.1.0-next.adb81ca.116

2

lib/commands/coverage-report.js

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

if (fs.existsSync(reportsDir)) {
fs.rmdirSync(reportsDir);
fs.rmSync(reportsDir, { force: true, recursive: true });
}

@@ -82,0 +82,0 @@ fs.mkdirSync(reportsDir);

{
"name": "@eclipse-glsp/cli",
"version": "1.1.0-next.8de3069.116+8de3069",
"version": "1.1.0-next.adb81ca.116+adb81ca",
"description": "CLI Tooling & scripts for GLSP components",

@@ -46,3 +46,3 @@ "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",

"devDependencies": {
"@eclipse-glsp/config": "1.1.0-next.8de3069.116+8de3069",
"@eclipse-glsp/config": "1.1.0-next.adb81ca.116+adb81ca",
"@types/node-fetch": "2.6.2",

@@ -62,3 +62,3 @@ "@types/readline-sync": "1.4.4",

],
"gitHead": "8de3069e7591a81b83626e850d120a6dd32f56ce"
"gitHead": "adb81cabcd57fe18557dcbb6073777053ae9d059"
}

@@ -89,3 +89,3 @@ /********************************************************************************

if (fs.existsSync(reportsDir)) {
fs.rmdirSync(reportsDir);
fs.rmSync(reportsDir, { force: true, recursive: true });
}

@@ -92,0 +92,0 @@ fs.mkdirSync(reportsDir);

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