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

vueify

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vueify - npm Package Compare versions

Comparing version 9.2.1 to 9.2.2

24

lib/compilers/babel.js

@@ -26,16 +26,16 @@ var fs = require('fs')

if (babelOptions === defaultBabelOptions) {
try {
ensureRequire('babel', ['babel-preset-es2015', 'babel-runtime', 'babel-plugin-transform-runtime'])
} catch (e) {
console.error(e.message)
console.error(
'\n^^^ You are seeing this because you are using Vueify\'s default babel ' +
'configuration. You can override this with .babelrc or the babel option ' +
'in vue.config.js.'
)
module.exports = function (raw, cb, compiler, filePath) {
if (babelOptions === defaultBabelOptions) {
try {
ensureRequire('babel', ['babel-preset-es2015', 'babel-runtime', 'babel-plugin-transform-runtime'])
} catch (e) {
console.error(e.message)
console.error(
'\n^^^ You are seeing this because you are using Vueify\'s default babel ' +
'configuration. You can override this with .babelrc or the babel option ' +
'in vue.config.js.'
)
}
}
}
module.exports = function (raw, cb, compiler, filePath) {
try {

@@ -42,0 +42,0 @@ var babel = require('babel-core')

{
"name": "vueify",
"version": "9.2.1",
"version": "9.2.2",
"description": "Vue component transform for Browserify",

@@ -5,0 +5,0 @@ "main": "index.js",

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