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.95 to 1.0.0-next.96

2

index.js

@@ -64,3 +64,3 @@ import { readFileSync, writeFileSync } from 'fs';

external: [...Object.keys(pkg.dependencies || {})],
plugins: [nodeResolve(), commonjs(), json()]
plugins: [nodeResolve({ preferBuiltins: true }), commonjs(), json()]
});

@@ -67,0 +67,0 @@

{
"name": "@sveltejs/adapter-node",
"version": "1.0.0-next.95",
"version": "1.0.0-next.96",
"repository": {

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

"devDependencies": {
"@sveltejs/kit": "1.0.0-next.492",
"@sveltejs/kit": "1.0.0-next.504",
"@types/node": "^16.11.36",

@@ -29,0 +29,0 @@ "c8": "^7.11.3",

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

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