New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@svitejs/svelte-preprocess-svg

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svitejs/svelte-preprocess-svg - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

CHANGELOG.md
# @svitejs/svelte-preprocess-svg
## 1.0.2
### Patch Changes
- update PreprocessorInput interface to match new svelte version ([#13](https://github.com/svitejs/svelte-preprocess-svg/pull/13))
## 1.0.1

@@ -4,0 +10,0 @@

2

dist/index.d.ts

@@ -9,3 +9,3 @@ import { PreprocessorGroup } from 'svelte/types/compiler/preprocess';

content: string;
filename: string;
filename?: string;
}

@@ -12,0 +12,0 @@ interface SveltePreprocessSvgOptions {

{
"name": "@svitejs/svelte-preprocess-svg",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",

@@ -46,3 +46,3 @@ "author": "dominikg",

"magic-string": "^0.25.7",
"svelte": "^3.44.1",
"svelte": "^3.44.2",
"svgo": "^2.8.0",

@@ -49,0 +49,0 @@ "uvu": "^0.5.2"

@@ -14,3 +14,3 @@ export interface SvgTransform {

content: string;
filename: string;
filename?: string;
}

@@ -17,0 +17,0 @@

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