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

solid-ssr

Package Overview
Dependencies
Maintainers
1
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid-ssr - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

6

package.json
{
"name": "solid-ssr",
"description": "Utilities to help with SSR",
"version": "1.7.0",
"version": "1.7.1",
"author": "Ryan Carniato",

@@ -29,4 +29,4 @@ "license": "MIT",

"rollup-plugin-copy": "^3.4.0",
"solid-js": "1.7.0",
"babel-preset-solid": "1.7.0"
"babel-preset-solid": "1.7.4",
"solid-js": "1.7.4"
},

@@ -33,0 +33,0 @@ "scripts": {

export type StaticConfig = { entry: string, output: string, url: string }
export default function renderStatic(config: StaticConfig | StaticConfig[]): void;
export default function renderStatic(config: StaticConfig | StaticConfig[]): Promise<void>;
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