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 4.1.2 to 4.1.3

5

CHANGELOG.md

@@ -1,2 +0,2 @@

## [4.1.2](https://github.com/sveltejs/svelte-preprocess/compare/v4.1.1...v4.1.2) (2020-08-28)
## [4.1.3](https://github.com/sveltejs/svelte-preprocess/compare/v4.1.1...v4.1.3) (2020-08-30)

@@ -6,3 +6,4 @@

* ๐Ÿ› language specific options not being set ([788a4b1](https://github.com/sveltejs/svelte-preprocess/commit/788a4b1782c833a02433482265084f330d9e1e6b)), closes [#231](https://github.com/sveltejs/svelte-preprocess/issues/231)
* ๐Ÿ› language specific options not being set ([f3df8b0](https://github.com/sveltejs/svelte-preprocess/commit/f3df8b06d62d38c7c5f4a100a0e7b2049fd3fd86)), closes [#231](https://github.com/sveltejs/svelte-preprocess/issues/231)
* ๐Ÿ› replacer preprocessor options types ([d3543da](https://github.com/sveltejs/svelte-preprocess/commit/d3543dabfa434622bd28061099acc4c863f62710)), closes [#228](https://github.com/sveltejs/svelte-preprocess/issues/228)

@@ -9,0 +10,0 @@

2

dist/types/options.d.ts

@@ -63,3 +63,3 @@ import postcss from 'postcss';

}
export declare type Replace = Array<[RegExp, string] | [RegExp, (substring: string, ...args: any[]) => string]>;
export declare type Replace = Array<[string | RegExp, string] | [RegExp, (substring: string, ...args: any[]) => string]>;
export {};
{
"name": "svelte-preprocess",
"version": "4.1.2",
"version": "4.1.3",
"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