svelte-loader
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"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 @@ ); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
19685