Socket
Socket
Sign inDemoInstall

vue-inbrowser-compiler-utils

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-inbrowser-compiler-utils - npm Package Compare versions

Comparing version 4.43.3 to 4.44.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [4.44.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.43.3...v4.44.0) (2022-01-17)
### Features
* **docgen:** add setup syntax api support ([127f288](https://github.com/vue-styleguidist/vue-styleguidist/commit/127f288bc2ed26f71629918d2494120c198d73bc))
## [4.43.3](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.43.2...v4.43.3) (2022-01-13)

@@ -8,0 +19,0 @@

3

lib/types/types.d.ts

@@ -49,2 +49,5 @@ export declare type BlockTag = ParamTag | Tag;

}
export interface ExposedDescriptor extends DocBlockTags, Descriptor {
name: string;
}
export interface PropDescriptor extends Descriptor {

@@ -51,0 +54,0 @@ type?: {

6

package.json
{
"name": "vue-inbrowser-compiler-utils",
"version": "4.43.3",
"version": "4.44.0",
"description": "use this with vue-inbrowser-compiler to allow jsx compilation",

@@ -28,3 +28,3 @@ "module": "lib/vue-inbrowser-compiler-utils.esm.js",

"@types/domhandler": "2.4.2",
"rollup": "2.63.0",
"rollup": "2.64.0",
"vue": "2.6.14"

@@ -40,3 +40,3 @@ },

},
"gitHead": "1735ff875b3c29284efa1fb8ddc0ba0758bf2c6a"
"gitHead": "1ea9ecfac70f3536d0d0697d7b308f384c7fe5a4"
}

@@ -61,2 +61,6 @@ export type BlockTag = ParamTag | Tag

export interface ExposedDescriptor extends DocBlockTags, Descriptor {
name: string
}
export interface PropDescriptor extends Descriptor {

@@ -63,0 +67,0 @@ type?: { name: string; func?: boolean }

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