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

es-components-wtw-legacy-theme

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-components-wtw-legacy-theme - npm Package Compare versions

Comparing version 21.8.3-canary.1 to 21.9.0-canary.77

dist/packages/es-components-wtw-legacy-theme/src/index.d.ts

14

package.json
{
"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"]
}
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