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

@sveltejs/adapter-node

Package Overview
Dependencies
Maintainers
4
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/adapter-node - npm Package Compare versions

Comparing version 1.0.0-next.25 to 1.0.0-next.26

10

CHANGELOG.md
# @sveltejs/adapter-node
## 1.0.0-next.26
### Minor Changes
- 9a7195b: Allow sirv to looks for precompiled gzip and brotli files by default
### Patch Changes
- 53f3322: Fix build when using TypeScript and there is a `tsconfig.json` with `target: 'es2019'` or earlier
## 1.0.0-next.25

@@ -4,0 +14,0 @@

3

index.js

@@ -31,3 +31,4 @@ import { readFileSync } from 'fs';

format: 'esm',
platform: 'node'
platform: 'node',
target: 'node12'
});

@@ -34,0 +35,0 @@

{
"name": "@sveltejs/adapter-node",
"version": "1.0.0-next.25",
"version": "1.0.0-next.26",
"type": "module",

@@ -19,3 +19,3 @@ "exports": {

"@rollup/plugin-json": "^4.1.0",
"@sveltejs/kit": "1.0.0-next.114",
"@sveltejs/kit": "1.0.0-next.115",
"c8": "^7.7.2",

@@ -22,0 +22,0 @@ "compression": "^1.7.4",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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