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.5.7 to 0.6.0

dist/src/components/Canvas.d.ts

24

package.json
{
"name": "@lightningjs/solid",
"version": "0.5.7",
"version": "0.6.0",
"description": "Lightning renderer for solid universal",
"type": "module",
"main": "./src/index.js",
"types": "./dist/src/index.d.ts",
"main": "./dist/src/index.js",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
},
"./jsx-runtime": {
"types": "./jsx-runtime.d.ts"
}
},
"sideEffects": false,

@@ -21,3 +31,4 @@ "scripts": {

"vite": "vite --open \"/test/index.html\" --host",
"prepare": "husky install"
"prepare": "husky install",
"prepack": "npm run build"
},

@@ -42,3 +53,4 @@ "keywords": [

"prettier": "^3.0.1",
"typescript": "^5.1.6",
"solid-js": "^1.8.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",

@@ -58,6 +70,8 @@ "vite-tsconfig-paths": "^4.2.0"

"peerDependencies": {
"solid-js": "^1.7.12"
"solid-js": "^1.8.1"
},
"files": [
"dist",
"src",
"jsx-runtime.d.ts",
"LICENSE",

@@ -64,0 +78,0 @@ "NOTICE",

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