New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-preset-vue-app

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-vue-app - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

dist/index.common.js

36

package.json
{
"name": "babel-preset-vue-app",
"version": "1.1.1",
"version": "1.2.0",
"description": "Complete babel presets for a Vue app.",

@@ -9,9 +9,10 @@ "repository": {

},
"main": "index.js",
"main": "dist/index.common.js",
"files": [
"index.js"
"dist"
],
"scripts": {
"test": "npm run lint",
"lint": "xo"
"test": "jest && npm run lint && npm run build",
"lint": "xo",
"build": "bili --name index"
},

@@ -21,9 +22,28 @@ "author": "egoist <0x142857@gmail.com>",

"devDependencies": {
"ava": "^0.17.0",
"babel-core": "^6.24.1",
"babel-jest": "^19.0.0",
"bili": "^0.14.1",
"eslint-config-rem": "^3.0.0",
"jest": "^19.0.2",
"mz": "^2.6.0",
"xo": "^0.17.1"
},
"xo": {
"space": 2,
"semicolon": false
"extends": "rem",
"envs": [
"jest"
]
},
"babel": {
"presets": [
[
"env",
{
"targets": {
"node": "current"
}
}
]
]
},
"dependencies": {

@@ -30,0 +50,0 @@ "babel-plugin-syntax-dynamic-import": "^6.18.0",

@@ -27,2 +27,11 @@ # babel-preset-vue-app

## Options
### useBuiltIns
Type: `boolean`<br>
Default: `false`
Disable runtime transform. i.e. do not add helpers and polyfill for unsupported features of target environment, eg: `Object.assign` `Promise`
## Contributing

@@ -29,0 +38,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