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

create-svelte

Package Overview
Dependencies
Maintainers
2
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-svelte - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

dist/shared.json

@@ -316,3 +316,3 @@ {

"exclude": [],
"contents": "import { expect, test } from '@playwright/test';\n\ntest('about page has expected h1', async ({ page }) => {\n\tawait page.goto('/about');\n\texpect(await page.textContent('h1')).toBe('About this app');\n});\n"
"contents": "import { expect, test } from '@playwright/test';\n\ntest('about page has expected h1', async ({ page }) => {\n\tawait page.goto('/about');\n\tawait expect(page.locator('h1')).toHaveText('About this app');\n});\n"
},

@@ -327,3 +327,3 @@ {

"exclude": [],
"contents": "import { expect, test } from '@playwright/test';\n\ntest('about page has expected h1', async ({ page }) => {\n\tawait page.goto('/about');\n\texpect(await page.textContent('h1')).toBe('About this app');\n});\n"
"contents": "import { expect, test } from '@playwright/test';\n\ntest('about page has expected h1', async ({ page }) => {\n\tawait page.goto('/about');\n\tawait expect(page.locator('h1')).toHaveText('About this app');\n});\n"
},

@@ -432,3 +432,3 @@ {

],
"contents": "import { expect, test } from '@playwright/test';\n\ntest('about page has expected h1', async ({ page }) => {\n\tawait page.goto('/about');\n\texpect(await page.textContent('h1')).toBe('About this app');\n});\n"
"contents": "import { expect, test } from '@playwright/test';\n\ntest('about page has expected h1', async ({ page }) => {\n\tawait page.goto('/about');\n\tawait expect(page.locator('h1')).toHaveText('About this app');\n});\n"
},

@@ -435,0 +435,0 @@ {

{
"name": "create-svelte",
"version": "2.0.1",
"version": "2.0.2",
"repository": {

@@ -26,3 +26,3 @@ "type": "git",

"sucrase": "^3.29.0",
"svelte": "^3.54.0",
"svelte": "^3.55.0",
"tiny-glob": "^0.2.9",

@@ -29,0 +29,0 @@ "uvu": "^0.5.6"

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