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
1
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 3.0.3 to 3.0.4

src/polyfills.js

12

dist/jsx.js

@@ -7,2 +7,14 @@ (function (global, factory) {

if (typeof Symbol !== 'function') {
(function () {
var c = 0;
Symbol = function (s) {
return '@@' + s + ++c;
};
Symbol.for = function (s) {
return '@@' + s;
};
})();
}
var NON_DIMENSION_PROPS = {

@@ -9,0 +21,0 @@ boxFlex: 1, boxFlexGroup: 1, columnCount: 1, fillOpacity: 1, flex: 1, flexGrow: 1,

2

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

@@ -6,0 +6,0 @@ "main": "dist/index.js",

@@ -0,1 +1,2 @@

import './polyfills';
import renderToString from '.';

@@ -2,0 +3,0 @@ import { indent, encodeEntities, assign } from './util';

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