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

@eclipse-glsp/dev

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-glsp/dev - npm Package Compare versions

Comparing version 1.1.0-next.2fda3cf.122 to 1.1.0-next.3b7f01d.144

10

package.json
{
"name": "@eclipse-glsp/dev",
"version": "1.1.0-next.2fda3cf.122+2fda3cf",
"version": "1.1.0-next.3b7f01d.144+3b7f01d",
"description": "All-in-one meta package that provides the GLSP development and test configuration packages, as well as the GLSP CLI package",

@@ -27,5 +27,5 @@ "keywords": [

"dependencies": {
"@eclipse-glsp/cli": "1.1.0-next.2fda3cf.122+2fda3cf",
"@eclipse-glsp/config": "1.1.0-next.2fda3cf.122+2fda3cf",
"@eclipse-glsp/config-test": "1.1.0-next.2fda3cf.122+2fda3cf"
"@eclipse-glsp/cli": "1.1.0-next.3b7f01d.144+3b7f01d",
"@eclipse-glsp/config": "1.1.0-next.3b7f01d.144+3b7f01d",
"@eclipse-glsp/config-test": "1.1.0-next.3b7f01d.144+3b7f01d"
},

@@ -35,3 +35,3 @@ "publishConfig": {

},
"gitHead": "2fda3cf3b1e1c2dc1665f692efd5f50239b3da4b"
"gitHead": "3b7f01d088c3dc4048b5428b6660aafe9783dde9"
}
# Eclipse GLSP - All-in-one dev package
A meta package that includes all shared configuration packages Eclipse GLSP components.
In addition, it also provides the GLSP CLI application
In addition, it also provides the GLSP CLI application.

@@ -41,2 +41,6 @@ The package is available via npm and can be used by all GLSP components implemented with Typescript.

In addition, a custom configuration for projects that use `mocha` is available:
- `@eclipse-glsp/ts-config/mocha`
### ESLint

@@ -68,3 +72,3 @@

**Or add a `.prettierrc.json` to the workspace root**:
**Or add a `.prettierrc` to the workspace root**:

@@ -77,3 +81,3 @@ ```json

**Create a `.mocharc.json`**:
**Create a `.mocharc`**:

@@ -89,6 +93,8 @@ ```json

**Add a `.nycrc.json` to your project root**:
**Add a `.nycrc` to your project root**:
```json
"@eclipse-glsp/prettier-config"
{
"extends": "@eclipse-glsp/nyc-config"
}
```

@@ -95,0 +101,0 @@

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