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.3.3 to 2.3.4

18

dist/shared.json

@@ -355,3 +355,3 @@ {

"exclude": [],
"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"
"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.getByRole('heading', { name: 'About this app' })).toBeVisible();\n});\n"
},

@@ -366,3 +366,3 @@ {

"exclude": [],
"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"
"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.getByRole('heading', { name: 'About this app' })).toBeVisible();\n});\n"
},

@@ -377,3 +377,3 @@ {

"exclude": [],
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\texpect(await page.textContent('h1')).toBe('Welcome to SvelteKit');\n});\n"
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\tawait expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();\n});\n"
},

@@ -388,3 +388,3 @@ {

"exclude": [],
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\texpect(await page.textContent('h1')).toBe('Welcome to SvelteKit');\n});\n"
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\tawait expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();\n});\n"
},

@@ -399,3 +399,3 @@ {

"exclude": [],
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\texpect(await page.textContent('h1')).toBe('Welcome to SvelteKit');\n});\n"
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\tawait expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();\n});\n"
},

@@ -410,3 +410,3 @@ {

"exclude": [],
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\texpect(await page.textContent('h1')).toBe('Welcome to SvelteKit');\n});\n"
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\tawait expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();\n});\n"
},

@@ -486,3 +486,3 @@ {

],
"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"
"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.getByRole('heading', { name: 'About this app' })).toBeVisible();\n});\n"
},

@@ -499,3 +499,3 @@ {

],
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\texpect(await page.textContent('h1')).toBe('Welcome to SvelteKit');\n});\n"
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\tawait expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();\n});\n"
},

@@ -512,3 +512,3 @@ {

],
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\texpect(await page.textContent('h1')).toBe('Welcome to SvelteKit');\n});\n"
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\tawait expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();\n});\n"
},

@@ -515,0 +515,0 @@ {

{
"name": "create-svelte",
"version": "2.3.3",
"version": "2.3.4",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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