Socket
Socket
Sign inDemoInstall

vue-inbrowser-compiler-independent-utils

Package Overview
Dependencies
21
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.56.2 to 4.62.0

6

CHANGELOG.md
# vue-inbrowser-compiler-independent-utils
## 4.62.0
### Minor Changes
- [#1498](https://github.com/vue-styleguidist/vue-styleguidist/pull/1498) [`1990d7f8`](https://github.com/vue-styleguidist/vue-styleguidist/commit/1990d7f8c4601a2af5160aff9e29d12e3e57f727) Thanks [@elevatebart](https://github.com/elevatebart)! - resolve setup imported components
## 4.56.2

@@ -4,0 +10,0 @@

1

lib/types.d.ts

@@ -10,2 +10,3 @@ export type BlockTag = ParamTag | Tag;

style?: string;
setup: boolean;
}

@@ -12,0 +13,0 @@ /**

6

package.json
{
"name": "vue-inbrowser-compiler-independent-utils",
"version": "4.56.2",
"version": "4.62.0",
"description": "the part of vue-inbrowser-compiler-utils that contains no vue dependency",

@@ -29,4 +29,4 @@ "module": "lib/vue-inbrowser-compiler-independent-utils.esm.mjs",

"dedent": "0.7.0",
"tslib": "2.4.1",
"typescript": "4.9.3",
"tslib": "2.5.0",
"typescript": "4.9.5",
"rollup": "2.79.1",

@@ -33,0 +33,0 @@ "vue": "2.7.14"

@@ -12,2 +12,3 @@ export type BlockTag = ParamTag | Tag

style?: string
setup: boolean
}

@@ -14,0 +15,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc