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

@lightningjs/solid-primitives

Package Overview
Dependencies
Maintainers
7
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/solid-primitives - npm Package Compare versions

Comparing version 0.3.6 to 0.4.0

dist/index.d.ts

18

package.json
{
"name": "@lightningjs/solid-primitives",
"version": "0.3.6",
"version": "0.4.0",
"description": "Lightning Primitives for Solid Lightning",
"type": "module",
"main": "./index.js",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"sideEffects": false,

@@ -20,3 +27,4 @@ "scripts": {

"dev": "concurrently -c \"auto\" \"npm:watch\" \"npm:vite\"",
"vite": "vite --open \"/test/index.html\" --host"
"vite": "vite --open \"/test/index.html\" --host",
"prepack": "npm run build"
},

@@ -33,2 +41,4 @@ "keywords": [

"devDependencies": {
"@lightningjs/renderer": "^0.3.6",
"@lightningjs/solid": "^0.6.10",
"@typescript-eslint/eslint-plugin": "^6.3.0",

@@ -41,2 +51,3 @@ "@typescript-eslint/parser": "^6.3.0",

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

@@ -63,2 +74,3 @@ "vite": "^4.4.9",

"index.js",
"dist",
"packages",

@@ -65,0 +77,0 @@ "LICENSE",

index.js
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