New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

preact-render-to-string

Package Overview
Dependencies
Maintainers
8
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

preact-render-to-string - npm Package Compare versions

Comparing version 6.5.0 to 6.5.1

16

package.json
{
"name": "preact-render-to-string",
"amdName": "preactRenderToString",
"version": "6.5.0",
"version": "6.5.1",
"description": "Render JSX to an HTML string, with support for Preact components.",

@@ -118,7 +118,10 @@ "main": "dist/index.js",

},
"author": "Jason Miller <jason@developit.ca>",
"author": "The Preact Authors (https://github.com/preactjs/preact/contributors)",
"license": "MIT",
"repository": "developit/preact-render-to-string",
"bugs": "https://github.com/developit/preact-render-to-string/issues",
"homepage": "https://github.com/developit/preact-render-to-string",
"repository": {
"type": "git",
"url": "https://github.com/preactjs/preact-render-to-string"
},
"bugs": "https://github.com/preactjs/preact-render-to-string/issues",
"homepage": "https://github.com/preactjs/preact-render-to-string",
"peerDependencies": {

@@ -168,3 +171,6 @@ "preact": ">=10"

}
},
"publishConfig": {
"provenance": true
}
}
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