Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.0.1 to 4.14.0

11

CHANGELOG.md

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

# [4.14.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.13.1...v4.14.0) (2020-03-18)
### Features
* expose typescript types for theming ([3110fb5](https://github.com/vue-styleguidist/vue-styleguidist/commit/3110fb5b8342b3c89a70e9ecaf710a4c3a77bee5))
## [4.0.1](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.0.0...v4.0.1) (2019-11-15)

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

4

lib/vue-inbrowser-compiler-utils.cjs.js

@@ -5,3 +5,3 @@ (function (global, factory) {

(global = global || self, factory(global.vueInbrowserCompilerUtils = {}));
}(this, function (exports) { 'use strict';
}(this, (function (exports) { 'use strict';

@@ -293,2 +293,2 @@ /* eslint-disable no-control-regex */

}));
})));
{
"name": "vue-inbrowser-compiler-utils",
"version": "4.0.1",
"version": "4.14.0",
"description": "use this with vue-inbrowser-compiler to allow jsx compilation",

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

"license": "MIT",
"gitHead": "3122c172798d46350ffc7c52b5651efb399203bf"
"gitHead": "53180e9c9c2273bb5ed26b994499abcc4c316f68"
}

@@ -9,4 +9,4 @@ {

},
"include": ["src/**/*.ts"],
"include": ["src/**/*.ts", "../../@types/**/*"],
"exclude": ["node_modules", "src/**/__tests__/**/*.ts"]
}
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