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

@lightningtv/solid

Package Overview
Dependencies
Maintainers
0
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningtv/solid - npm Package Compare versions

Comparing version 2.2.0-beta.1 to 2.2.0-beta.2

2

dist/src/jsx-runtime.d.ts

@@ -9,3 +9,5 @@ import type { NodeProps, TextProps } from '@lightningtv/core';

}
interface IntrinsicAttributes extends Omit<NodeProps, 'children'> {
}
}
}

2

package.json
{
"name": "@lightningtv/solid",
"version": "2.2.0-beta.1",
"version": "2.2.0-beta.2",
"description": "Lightning Renderer for Solid Universal",

@@ -5,0 +5,0 @@ "type": "module",

/* eslint-disable @typescript-eslint/no-namespace */
import type { NodeProps, TextProps } from '@lightningtv/core';
import type { NodeProps, TextProps, ElementNode } from '@lightningtv/core';

@@ -11,3 +11,5 @@ declare module 'solid-js' {

}
interface IntrinsicAttributes extends Omit<NodeProps, 'children'> {}
}
}

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