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

vue-template-babel-compiler

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-template-babel-compiler - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

1

lib/index.js

@@ -178,2 +178,3 @@ 'use strict';

obj.ssrCompile = compileTemplate;
obj.compile = compileTemplate;

@@ -180,0 +181,0 @@ }

4

package.json
{
"name": "vue-template-babel-compiler",
"version": "1.0.2",
"version": "1.0.3",
"description": "Post compiler for Vue template render functions to support ES features with Babel",

@@ -18,3 +18,3 @@ "main": "lib/index.js",

"test": " npm run build && jest",
"inspect": "npm run build && node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand",
"debugTest": "npm run build && node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand",
"prepublishOnly": "jest && npm run build"

@@ -21,0 +21,0 @@ },

@@ -90,2 +90,5 @@ # vue-template-babel-compiler

## [API](https://github.com/JuniorTour/vue-template-babel-compiler/blob/main/doc/API.md)
### Welcome for Issues && PR.
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