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

@eclipse-glsp/ts-config

Package Overview
Dependencies
Maintainers
6
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.1.0-next.adb81ca.116 to 1.1.0-next.cbae4df.145

./tsconfig.json

25

package.json
{
"name": "@eclipse-glsp/ts-config",
"version": "1.1.0-next.adb81ca.116+adb81ca",
"version": "1.1.0-next.cbae4df.145+cbae4df",
"description": "Shared Typescript configuration for GLSP projects",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"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,13 +29,14 @@ {

],
"main": "./tsconfig.json",
"files": [
"tsconfig.json",
"mocha.json"
],
"peerDependencies": {
"typescript": ">=4.9.3"
"typescript": ">=4.9.x"
},
"files": [
"tsconfig.json"
],
"publishConfig": {
"access": "public"
},
"main": "tsconfig.json",
"gitHead": "adb81cabcd57fe18557dcbb6073777053ae9d059"
"gitHead": "cbae4df98904f9eeaf41492ab687cf6507b8dc36"
}

@@ -17,3 +17,3 @@ # Eclipse GLSP - Shared Typescript configuration

{
"extends": "@eclipse-glsp/ts-config/tsconfig.json",
"extends": "@eclipse-glsp/ts-config",
"compilerOptions": {

@@ -26,2 +26,6 @@ "rootDir": "src",

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

@@ -28,0 +32,0 @@

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {

@@ -21,4 +22,4 @@ "skipLibCheck": true,

"resolveJsonModule": true,
"module": "commonjs",
"moduleResolution": "node",
"module": "CommonJS",
"moduleResolution": "Node",
"target": "ES2017",

@@ -28,4 +29,4 @@ "jsx": "react",

"sourceMap": true,
"types": ["node", "mocha", "reflect-metadata"]
"types": ["node", "reflect-metadata"]
}
}
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