Socket
Socket
Sign inDemoInstall

@joshwooding/vite-plugin-react-docgen-typescript

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@joshwooding/vite-plugin-react-docgen-typescript - npm Package Compare versions

Comparing version 0.0.0-20221218231544 to 0.0.0-snapshot-20231005222330

dist/chunks/generate.cjs

3

dist/index.d.ts

@@ -45,4 +45,5 @@ import { Plugin } from 'vite';

type Options = LoaderOptions & TypescriptOptions & DocGenOptions;
declare function reactDocgenTypescript(config?: Options): Plugin;
export { Options, reactDocgenTypescript as default };
export { reactDocgenTypescript as default };
{
"name": "@joshwooding/vite-plugin-react-docgen-typescript",
"version": "0.0.0-20221218231544",
"version": "0.0.0-snapshot-20231005222330",
"description": "A vite plugin to inject react typescript docgen information",
"keywords": [
"vite",
"vite-plugin",
"react-docgen-typescript"
],
"repository": {

@@ -33,6 +28,3 @@ "type": "git",

"scripts": {
"build": "unbuild",
"rome": "rome format . --write",
"rome:check": "rome format .",
"test": "vitest"
"build": "unbuild"
},

@@ -42,18 +34,8 @@ "dependencies": {

"glob-promise": "^4.2.0",
"magic-string": "^0.26.1",
"react-docgen-typescript": "^2.1.1"
"magic-string": "^0.27.0",
"react-docgen-typescript": "^2.2.2"
},
"devDependencies": {
"@changesets/cli": "^2.25.2",
"@types/react": "^17.0.38",
"react": "^17.0.2",
"rome": "^11.0.0",
"typescript": "^4.3.0",
"unbuild": "^1.0.2",
"vite": "^3.2.5",
"vitest": "^0.25.8"
},
"peerDependencies": {
"typescript": ">= 4.3.x",
"vite": "^3.0.0"
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
},

@@ -64,4 +46,3 @@ "peerDependenciesMeta": {

}
},
"packageManager": "yarn@3.2.4"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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