Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-loader

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-loader - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "svelte-loader",
"version": "1.2.0",
"version": "1.2.1",
"author": "Nico Rehwaldt <git_nikku@nixis.de>",

@@ -5,0 +5,0 @@ "description": "A webpack loader for svelte",

@@ -205,3 +205,3 @@ /* global describe, it */

expect(code).to.contain('import {');
expect(code).to.contain('} from \'svelte/shared.js\'');
expect(code).to.contain('} from "svelte/shared.js"');
}, { shared: true })

@@ -208,0 +208,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