Socket
Socket
Sign inDemoInstall

svelte-jest

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-jest - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

8

lib/index.js

@@ -6,2 +6,6 @@ const svelte = require('svelte/compiler')

filename,
// Allow tests to set component props.
accessors: true,
// Debugging and runtime checks.
dev: true,
format: 'cjs'

@@ -11,4 +15,4 @@ })

return {
code: result.js ? result.js.code : result.code,
map: result.js ? result.js.map : result.map
code: result.js.code,
map: result.js.map
}

@@ -15,0 +19,0 @@ }

{
"name": "svelte-jest",
"version": "0.3.0",
"version": "0.3.1",
"description": "Jest Svelte component transformer",

@@ -5,0 +5,0 @@ "main": "lib/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