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

babel-preset-vue

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-vue - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/babel-preset-vue.js

13

package.json
{
"name": "babel-preset-vue",
"version": "0.1.0",
"version": "0.2.0",
"description": "Babel preset for all Vue plugins.",

@@ -15,7 +15,11 @@ "license": "MIT",

},
"unpkg": "dist/babel-preset-vue.js",
"scripts": {
"test": "echo lol"
"test": "echo lol",
"prepublish": "npm run build",
"build": "bili index.js --format umd --module-name PresetVue"
},
"files": [
"index.js"
"index.js",
"dist"
],

@@ -32,3 +36,6 @@ "keywords": [

"babel-plugin-transform-vue-jsx": "^3.1.2"
},
"devDependencies": {
"bili": "^0.14.0"
}
}
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