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

vue-jest

Package Overview
Dependencies
Maintainers
1
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 0.6.0 to 0.6.1

2

index.js

@@ -43,3 +43,3 @@ 'use strict';

var e = script.lastIndexOf('}');
script = script.slice(0, e) + ', template: ' + JSON.stringify(template.trim()) + script.slice(e);
script = script.slice(0, e).replace(/,\s*$/g, '') + ', template: ' + JSON.stringify(template.trim()) + script.slice(e);
} else {

@@ -46,0 +46,0 @@ // skip

{
"name": "vue-jest",
"version": "0.6.0",
"version": "0.6.1",
"description": "A vue preprocessor for jest.",

@@ -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