@eclipse-glsp/ts-config
Advanced tools
Comparing version 1.1.0-next.8de3069.116 to 1.1.0-next.acae6b0.132
{ | ||
"name": "@eclipse-glsp/ts-config", | ||
"version": "1.1.0-next.8de3069.116+8de3069", | ||
"version": "1.1.0-next.acae6b0.132+acae6b0", | ||
"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,13 @@ { | ||
], | ||
"main": "tsconfig.json", | ||
"files": [ | ||
"tsconfig.json" | ||
], | ||
"peerDependencies": { | ||
"typescript": ">=4.9.3" | ||
}, | ||
"files": [ | ||
"tsconfig.json" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "tsconfig.json", | ||
"gitHead": "8de3069e7591a81b83626e850d120a6dd32f56ce" | ||
"gitHead": "acae6b04cbc561a691c39a3bc98544a9f1a57116" | ||
} |
@@ -22,3 +22,3 @@ { | ||
"module": "commonjs", | ||
"moduleResolution": "node", | ||
"moduleResolution": "Node16", | ||
"target": "ES2017", | ||
@@ -25,0 +25,0 @@ "jsx": "react", |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
37945