Socket
Socket
Sign inDemoInstall

svelte-preprocess-import-assets

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-preprocess-import-assets - npm Package Versions

2

1.1.0

Diff

Changelog

Source

1.1.0 - 2023-11-11

  • Support Svelte 5
  • Add estree-walker as dependency to support Svelte 5
bluwy
published 1.0.1 •

Changelog

Source

1.0.1 - 2023-06-23

  • Support Svelte 4
bluwy
published 1.0.0 •

Changelog

Source

1.0.0 - 2023-04-07

  • BREAKING: use named export instead of default export
// Before
import importAssets from 'svelte-preprocess-import-assets'

// After
import { importAssets } from 'svelte-preprocess-import-assets'
  • Export ESM only
  • Fix incorrect filter metadata value (https://github.com/bluwy/svelte-preprocess-import-assets/issues/17)
bluwy
published 0.2.6 •

Changelog

Source

0.2.6 - 2023-02-23

  • Handle actual attributes only. Ignore spread, actions, etc.
  • Add types export condition
  • Update magic-string to 0.30.0
bluwy
published 0.2.5 •

Changelog

Source

0.2.5 - 2022-12-10

  • Update magic-string to 0.27.0
bluwy
published 0.2.4 •

Changelog

Source

0.2.4 - 2022-12-01

  • link imagesrcset should not be processed if have valid itemprop for href only
bluwy
published 0.2.3 •

Changelog

Source

0.2.3 - 2022-11-25

  • Fix CJS usage
bluwy
published 0.2.2 •

Changelog

Source

0.2.2 - 2022-10-11

  • Support component names in sources
bluwy
published 0.2.1 •

Changelog

Source

0.2.1 - 2022-10-03

  • Update docs
bluwy
published 0.2.0 •

Changelog

Source

0.2.0 - 2022-10-02

  • Use svelte-parse-markup to parse Svelte template without sequence trick
2
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