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.1.0 to 0.2.0

dist/chunks/generate.cjs

5

dist/index.d.ts
import { Plugin } from 'vite';
import * as ts from 'typescript';
import * as docGen from 'react-docgen-typescript';
import * as ts from 'typescript';

@@ -45,4 +45,5 @@ interface LoaderOptions {

type Options = LoaderOptions & TypescriptOptions & DocGenOptions;
declare function reactDocgenTypescript(config?: Options): Plugin;
export { Options, reactDocgenTypescript as default };
export { reactDocgenTypescript as default };

47

package.json
{
"name": "@joshwooding/vite-plugin-react-docgen-typescript",
"version": "0.1.0",
"version": "0.2.0",
"description": "A vite plugin to inject react typescript docgen information",
"author": "Josh Wooding",
"license": "MIT",
"keywords": [
"vite",
"vite-plugin",
"react-docgen-typescript"
],
"repository": {

@@ -11,11 +14,4 @@ "type": "git",

},
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"license": "MIT",
"author": "Josh Wooding",
"exports": {

@@ -28,2 +24,11 @@ ".": {

},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"scripts": {

@@ -35,6 +40,2 @@ "build": "unbuild",

},
"peerDependencies": {
"typescript": ">= 4.3.x",
"vite": "^3.0.0"
},
"dependencies": {

@@ -56,8 +57,12 @@ "glob": "^7.2.0",

},
"keywords": [
"vite",
"vite-plugin",
"react-docgen-typescript"
],
"peerDependencies": {
"typescript": ">= 4.3.x",
"vite": "^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"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