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

@lit-labs/ssr-react

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-labs/ssr-react - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

1

jsx-dev-runtime.d.ts

@@ -6,3 +6,2 @@ /**

*/
/// <reference path="src/custom_typings/react-jsx-runtime.d.ts" />
/**

@@ -9,0 +8,0 @@ * @fileoverview To serve as JSX import source for runtime JSX transforms in

@@ -6,3 +6,2 @@ /**

*/
/// <reference path="src/custom_typings/react-jsx-runtime.d.ts" />
/**

@@ -9,0 +8,0 @@ * @fileoverview To serve as JSX import source for runtime JSX transforms in

2

lib/node/create-element.d.ts

@@ -12,3 +12,3 @@ /**

*/
export declare const createElement: <P>(type: React.ElementType<P>, props: React.PropsWithChildren<P> | null, ...children: React.ReactNode[]) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
export declare const createElement: <P>(type: React.ElementType<P>, props: React.PropsWithChildren<P> | null, ...children: React.ReactNode[]) => React.ReactElement;
//# sourceMappingURL=create-element.d.ts.map

@@ -32,2 +32,4 @@ /**

customElementHostStack: [],
eventTargetStack: [],
slotStack: [],
deferHydration: false,

@@ -34,0 +36,0 @@ };

@@ -6,3 +6,2 @@ /**

*/
/// <reference path="../../src/custom_typings/react-jsx-runtime.d.ts" />
import type { jsx, jsxs } from 'react/jsx-runtime';

@@ -9,0 +8,0 @@ import type { jsxDEV } from 'react/jsx-dev-runtime';

@@ -8,4 +8,4 @@ /**

export declare const jsxDEV: <P extends {
children?: import("react").ReactNode | import("react").ReactNode[];
children?: import("react").ReactNode[] | import("react").ReactNode;
}>(type: import("react").ElementType<P>, props: P, key: string | undefined, isStaticChildren: boolean, source: Object, self: Object) => any;
//# sourceMappingURL=jsx-dev-runtime.d.ts.map
{
"name": "@lit-labs/ssr-react",
"version": "0.3.0",
"version": "0.3.1",
"publishConfig": {

@@ -50,8 +50,8 @@ "access": "public"

"dependencies": {
"@lit-labs/ssr": "^3.2.2",
"@lit-labs/ssr": "^3.3.0",
"@lit-labs/ssr-client": "^1.1.7"
},
"peerDependencies": {
"@types/react": "17 || 18",
"react": "17 || 18"
"@types/react": "17 || 18 || 19",
"react": "17 || 18 || 19"
},

@@ -103,3 +103,3 @@ "scripts": {

"devDependencies": {
"@lit/react": "1.0.5",
"@lit/react": "1.0.7",
"@types/node": "^20.11.25",

@@ -106,0 +106,0 @@ "@types/react": "^18.0.27",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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