Socket
Socket
Sign inDemoInstall

svelte-preprocess

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-preprocess - npm Package Compare versions

Comparing version 4.9.5 to 4.9.6

3

dist/transformers/coffeescript.js

@@ -18,3 +18,4 @@ "use strict";

if (coffeeOptions.sourceMap) {
const { js: code, sourceMap: map } = coffeescript_1.default.compile(content, coffeeOptions);
const { js: code, v3SourceMap } = coffeescript_1.default.compile(content, coffeeOptions);
const map = JSON.parse(v3SourceMap);
return { code, map };

@@ -21,0 +22,0 @@ }

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

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