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

vue-jest

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-jest - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

3

lib/process.js

@@ -65,2 +65,3 @@ const vueCompiler = require('vue-template-compiler')

const map = generateSourceMap(script, '', filePath, scriptSrc, inputMap)
let output = ';(function(){\n' + script + '\n})()\n' +

@@ -90,3 +91,3 @@ 'var defaultExport = (module.exports.__esModule) ? module.exports.default : module.exports;' +

if ((parts.styles.some(ast => /^scss|sass|less|pcss|postcss/.test(ast.lang))) && logger.shouldLogStyleWarn) {
logger.warn('Sass, Less and PostCSS are not currently compiled by vue-jest')
!config.hideStyleWarn && logger.warn('Sass, Less and PostCSS are not currently compiled by vue-jest')
logger.shouldLogStyleWarn = false

@@ -93,0 +94,0 @@ }

{
"name": "vue-jest",
"version": "2.3.0",
"version": "2.4.0",
"description": "Jest Vue transform",

@@ -5,0 +5,0 @@ "main": "vue-jest.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