Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typedoc-material-theme

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-material-theme - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

## [1.0.3](https://github.com/dmnsgn/typedoc-material-theme/compare/v1.0.2...v1.0.3) (2024-06-20)
## [1.0.2](https://github.com/dmnsgn/typedoc-material-theme/compare/v1.0.1...v1.0.2) (2024-01-04)

@@ -7,0 +11,0 @@

18

package.json
{
"name": "typedoc-material-theme",
"version": "1.0.2",
"version": "1.0.3",
"description": "A TypeDoc theme based on Material 3.",

@@ -32,3 +32,8 @@ "keywords": [

"type": "module",
"exports": "./lib/index.js",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./lib/index.js"
}
},
"main": "lib/index.js",

@@ -47,5 +52,5 @@ "types": "types/index.d.ts",

"devDependencies": {
"@types/node": "^20.9.0",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
"@types/node": "^20.14.6",
"typedoc": "^0.25.13",
"typescript": "^5.5.2"
},

@@ -61,4 +66,5 @@ "peerDependencies": {

"files": "src/**/*.tsx",
"lint": false
"lint": false,
"updateVersions": false
}
}
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