es-components-wtw-legacy-theme
Advanced tools
Comparing version 21.8.3-canary.1 to 21.9.0-canary.77
{ | ||
"name": "es-components-wtw-legacy-theme", | ||
"version": "21.8.3-canary.1+80a7b1be", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"version": "21.9.0-canary.77+2e64bc5c", | ||
"main": "dist/packages/es-components-wtw-legacy-theme/src/index.js", | ||
"author": "Willis Towers Watson - Individual Marketplace", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "node -e 'require(\"fs\").unlink(\"index.d.ts\", () => {})'; tsc -p tsconfig.json", | ||
"prepublishOnly": "npm run build" | ||
"build": "tsc --build" | ||
}, | ||
"dependencies": { | ||
"typescript": "^5.0.4" | ||
"devDependencies": { | ||
"typescript": "^5.1.3" | ||
}, | ||
"gitHead": "80a7b1bec8d0ef2b9ccc6984ba29d18fc739c78c" | ||
"gitHead": "2e64bc5c7375f9397c3334e71052d37c044a3161" | ||
} |
{ | ||
"compilerOptions": { | ||
"target": "esnext", | ||
"lib": ["dom", "dom.iterable", "esnext"], | ||
"allowJs": true, | ||
"skipLibCheck": true, | ||
"esModuleInterop": true, | ||
"allowSyntheticDefaultImports": true, | ||
"strict": false, | ||
"forceConsistentCasingInFileNames": false, | ||
"module": "commonjs", | ||
"moduleResolution": "node", | ||
"resolveJsonModule": true, | ||
"isolatedModules": true, | ||
"noEmit": false, | ||
"emitDeclarationOnly": true, | ||
"declaration": true, | ||
"declarationDir": "./", | ||
"declarationMap": true, | ||
"jsx": "react", | ||
"noImplicitAny": true | ||
}, | ||
"include": ["./"], | ||
"exclude": [] | ||
"extends": "../../theme-tsconfig.json", | ||
"compilerOptions": { | ||
"outDir": "dist", | ||
"rootDirs": ["src", "../../shared/types/src"] | ||
}, | ||
"include": ["src"], | ||
"exclude": ["dist"] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
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
89310
0
17
1687
1
2
- Removedtypescript@^5.0.4
- Removedtypescript@5.7.3(transitive)