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

@sveltejs/adapter-static

Package Overview
Dependencies
Maintainers
4
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/adapter-static - npm Package Compare versions

Comparing version 1.0.0-next.33 to 1.0.0-next.34

6

CHANGELOG.md
# @sveltejs/adapter-static
## 1.0.0-next.34
### Patch Changes
- Update dependencies ([#5121](https://github.com/sveltejs/kit/pull/5121))
## 1.0.0-next.33

@@ -4,0 +10,0 @@

11

package.json
{
"name": "@sveltejs/adapter-static",
"version": "1.0.0-next.33",
"version": "1.0.0-next.34",
"repository": {

@@ -25,3 +25,10 @@ "type": "git",

"devDependencies": {
"@sveltejs/kit": "1.0.0-next.346"
"@sveltejs/kit": "1.0.0-next.347",
"@types/node": "^16.11.36",
"playwright-chromium": "^1.22.2",
"port-authority": "^1.2.0",
"sirv": "^2.0.2",
"svelte": "^3.48.0",
"typescript": "^4.7.2",
"uvu": "^0.5.3"
},

@@ -28,0 +35,0 @@ "scripts": {

3

test/apps/prerendered/package.json

@@ -11,5 +11,6 @@ {

"devDependencies": {
"@sveltejs/kit": "next"
"@sveltejs/kit": "next",
"svelte": "^3.48.0"
},
"type": "module"
}

@@ -13,5 +13,6 @@ {

"@sveltejs/kit": "next",
"sirv-cli": "^2.0.2"
"sirv-cli": "^2.0.2",
"svelte": "^3.48.0"
},
"type": "module"
}

@@ -7,3 +7,3 @@ import child_process from 'child_process';

import sirv from 'sirv';
import { chromium } from '@playwright/test';
import { chromium } from 'playwright-chromium';
import * as uvu from 'uvu';

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