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

@eclipse-glsp/config-test

Package Overview
Dependencies
Maintainers
6
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-glsp/config-test - npm Package Compare versions

Comparing version 1.1.0-next.e31f2e5.119 to 1.1.0-next.ffcc7ce.140

36

package.json
{
"name": "@eclipse-glsp/config-test",
"version": "1.1.0-next.e31f2e5.119+e31f2e5",
"description": "Wrapper package that provides Mocha and nyc configurations for GLSP projects",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"version": "1.1.0-next.ffcc7ce.140+ffcc7ce",
"description": "Meta package that provides Mocha and nyc configurations for GLSP projects",
"keywords": [

@@ -11,6 +10,4 @@ "eclipse",

],
"author": {
"name": "Eclipse GLSP"
},
"homepage": "https://www.eclipse.org/glsp/",
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
"repository": {

@@ -20,3 +17,6 @@ "type": "git",

},
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": {
"name": "Eclipse GLSP"
},
"contributors": [

@@ -29,10 +29,7 @@ {

],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@eclipse-glsp/mocha-config": "1.1.0-next.e31f2e5.119+e31f2e5",
"@eclipse-glsp/nyc-config": "1.1.0-next.e31f2e5.119+e31f2e5",
"@istanbuljs/nyc-config-typescript": "^1.0.0",
"@types/chai": "^4.3.4",
"@eclipse-glsp/mocha-config": "1.1.0-next.ffcc7ce.140+ffcc7ce",
"@eclipse-glsp/nyc-config": "1.1.0-next.ffcc7ce.140+ffcc7ce",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",

@@ -42,10 +39,13 @@ "@types/sinon": "^10.0.13",

"ignore-styles": "^5.0.1",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^15.0.0",
"nyc": "^15.1.0",
"reflect-metadata": "^0.1.13",
"sinon": "^15.0.0",
"sinon": "^15.1.0",
"ts-node": "^10.9.1"
},
"gitHead": "e31f2e57b5be8c784247c469669ed2a20ec548ee"
"publishConfig": {
"access": "public"
},
"gitHead": "ffcc7ce86bc05d6e16c3af131b27824aae282e6f"
}

@@ -6,7 +6,6 @@ # Eclipse GLSP - Shared configuration for testing

- [Mocha](https://www.typescriptlang.org/) (`tsconfig.json`)
- [ESLint](https://eslint.org/) (`.eslintrc`)
- [Prettier](https://prettier.io/) (`.prettierrc`).
- [Mocha](https://www.typescriptlang.org/) (`.mocharc`)
- [nyc](https://github.com/istanbuljs/nyc) (`.nycrc`)
The package is available via npm and are used by all GLSP components implemented with Typescript.
The package is available via npm and can be used by all GLSP components implemented with Typescript.
Mocha and nyc are included as direct dependencies.

@@ -16,4 +15,4 @@

- `@eclipse-glsp/mocha`: Shared Mocha configuration for GLSP projects
- `@eclipse-glsp/nyc`: Shared nyc configuration for GLSP projects
- [`@eclipse-glsp/mocha-config`](https://www.npmjs.com/package/@eclipse-glsp/mocha-config): Shared Mocha configuration for GLSP projects
- [`@eclipse-glsp/nyc-config`](https://www.npmjs.com/package/@eclipse-glsp/nyc-config): Shared nyc configuration for GLSP projects

@@ -30,3 +29,3 @@ ## Install

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

@@ -33,0 +32,0 @@ ```json

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