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 Compare versions

Comparing version 0.1.5 to 0.1.6

2

dist/index.js

@@ -121,3 +121,3 @@ var __create = Object.create;

return;
const srcsetRegex = /\s*([^,]\S*).*?(?:,|$)\s*/gm;
const srcsetRegex = /\s*([^,\s]+).*?(?:,|$)\s*/gm;
let match;

@@ -124,0 +124,0 @@ while (match = srcsetRegex.exec(value.raw)) {

{
"name": "svelte-preprocess-import-assets",
"description": "Import assets in markup",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",

@@ -48,13 +48,13 @@ "author": "Bjorn Lu",

"devDependencies": {
"@types/node": "^17.0.0",
"@types/node": "^17.0.16",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"sass": "^1.48.0",
"svelte": "^3.46.1",
"svelte-preprocess": "^4.10.1",
"sass": "^1.49.7",
"svelte": "^3.46.4",
"svelte-preprocess": "^4.10.2",
"tsm": "^2.2.1",
"tsup": "^5.11.11",
"typescript": "^4.5.4",
"tsup": "^5.11.13",
"typescript": "^4.5.5",
"uvu": "^0.5.3"
}
}

Sorry, the diff of this file is not supported yet

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