Socket
Socket
Sign inDemoInstall

svelte-preprocess

Package Overview
Dependencies
Maintainers
1
Versions
174
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 2.2.1 to 2.2.2

2

package.json
{
"name": "svelte-preprocess",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",

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

@@ -17,3 +17,2 @@ const postcss = require('postcss')

module.exports = ({ content, filename, options = {}, map = undefined }) => {
console.log({ content, map })
/** If manually passed a plugins array, use it as the postcss config */

@@ -20,0 +19,0 @@ return typeof options.plugins !== 'undefined'

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