@eclipse-glsp/ts-config
Advanced tools
Comparing version 1.1.0-next.1aa5128.107 to 1.1.0-next.1cd0682.136
{ | ||
"name": "@eclipse-glsp/ts-config", | ||
"version": "1.1.0-next.1aa5128.107+1aa5128", | ||
"version": "1.1.0-next.1cd0682.136+1cd0682", | ||
"description": "Shared Typescript configuration for GLSP projects", | ||
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", | ||
"keywords": [ | ||
"eclipse", | ||
"glsp", | ||
"tsconfig" | ||
], | ||
"author": { | ||
"name": "Eclipse GLSP" | ||
}, | ||
"homepage": "https://www.eclipse.org/glsp/", | ||
"bugs": "https://github.com/eclipse-glsp/glsp/issues", | ||
"repository": { | ||
@@ -18,3 +16,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": [ | ||
@@ -27,13 +28,13 @@ { | ||
], | ||
"peerDependencies": { | ||
"typescript": ">=4.5.5" | ||
}, | ||
"main": "tsconfig.json", | ||
"files": [ | ||
"tsconfig.json" | ||
], | ||
"peerDependencies": { | ||
"typescript": ">=4.9.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "tsconfig.json", | ||
"gitHead": "1aa51288c7089eae4a60f108d8b4f7a60a3cd3a2" | ||
"gitHead": "1cd0682fb2a2c5ae286e616755fdce20d922f09e" | ||
} |
@@ -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