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

@lightningjs/solid

Package Overview
Dependencies
Maintainers
7
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/solid - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

dist/src/components/Canvas.js

2

dist/src/components/Canvas.d.ts

@@ -13,2 +13,2 @@ import { type SolidRendererOptions } from '../core/renderer/index.js';

}
export declare const Canvas: (props: CanvasProps) => any;
export declare const Canvas: (props: CanvasProps) => import("solid-js").JSX.Element;
import type { IntrinsicTextProps } from "../intrinsicTypes.js";
export declare function Text(props: IntrinsicTextProps): any;
export declare function Text(props: IntrinsicTextProps): import("solid-js").JSX.Element;
import { type IntrinsicNodeProps } from "../intrinsicTypes.js";
export declare function View(props: IntrinsicNodeProps): any;
export declare function View(props: IntrinsicNodeProps): import("solid-js").JSX.Element;

@@ -6,3 +6,3 @@ import {

declare global {
declare module 'solid-js' {
namespace JSX {

@@ -9,0 +9,0 @@ interface IntrinsicElements {

{
"name": "@lightningjs/solid",
"version": "0.6.3",
"version": "0.6.4",
"description": "Lightning renderer for solid universal",

@@ -68,4 +68,8 @@ "type": "module",

"peerDependencies": {
"solid-js": "^1.8.1"
"solid-js": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lightning-js/solid.git"
},
"files": [

@@ -72,0 +76,0 @@ "dist",

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