Socket
Socket
Sign inDemoInstall

svelte-preprocess

Package Overview
Dependencies
6
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.9.4 to 4.9.5

4

dist/transformers/typescript.js

@@ -157,2 +157,4 @@ "use strict";

allowNonTsExtensions: true,
// Clear outDir since it causes source map issues when the files aren't actually written to disk.
outDir: undefined,
};

@@ -193,3 +195,3 @@ if (compilerOptions.target === typescript_1.default.ScriptTarget.ES3 ||

if (!tsconfigFile) {
return { errors: [], options: {} };
return { errors: [], options: compilerOptionsJSON };
}

@@ -196,0 +198,0 @@ tsconfigFile = (0, path_1.isAbsolute)(tsconfigFile)

{
"name": "svelte-preprocess",
"version": "4.9.4",
"version": "4.9.5",
"license": "MIT",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc