Socket
Socket
Sign inDemoInstall

react-docgen

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-docgen - npm Package Compare versions

Comparing version 6.0.0-rc.9 to 6.0.0

3

dist/Documentation.js

@@ -13,3 +13,3 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {

var _DocumentationBuilder_props, _DocumentationBuilder_context, _DocumentationBuilder_childContext, _DocumentationBuilder_composes, _DocumentationBuilder_data;
export default class DocumentationBuilder {
class DocumentationBuilder {
constructor() {

@@ -92,1 +92,2 @@ _DocumentationBuilder_props.set(this, void 0);

_DocumentationBuilder_props = new WeakMap(), _DocumentationBuilder_context = new WeakMap(), _DocumentationBuilder_childContext = new WeakMap(), _DocumentationBuilder_composes = new WeakMap(), _DocumentationBuilder_data = new WeakMap();
export default DocumentationBuilder;

@@ -17,3 +17,3 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {

const traverse = babelTraverse.default ?? babelTraverse;
export default class FileState {
class FileState {
constructor(options, { code, ast, importer }) {

@@ -78,1 +78,2 @@ _FileState_importer.set(this, void 0);

_FileState_importer = new WeakMap();
export default FileState;
{
"name": "react-docgen",
"version": "6.0.0-rc.9",
"version": "6.0.0",
"description": "A library to extract information from React components for documentation generation.",

@@ -5,0 +5,0 @@ "repository": "reactjs/react-docgen",

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