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

@solid-cli/ui

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-cli/ui - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

16

package.json
{
"name": "@solid-cli/ui",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"homepage": "https://solid-cli.netlify.app",
"repository": {
"type": "git",
"url": "https://github.com/solidjs-community/solid-cli"
},
"description": "A collection of UI utilities for the Solid CLI",

@@ -11,6 +17,6 @@ "main": "./dist/index.js",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
"require": "./dist/index.js",
"types": "./types/index.d.ts"
}
},
"license": "MIT",
"devDependencies": {

@@ -28,4 +34,4 @@ "tsup": "^7.2.0",

"picocolors": "^1.0.0",
"@solid-cli/reactivity": "0.0.5",
"@solid-cli/utils": "0.0.1"
"@solid-cli/reactivity": "0.0.7",
"@solid-cli/utils": "0.0.2"
},

@@ -32,0 +38,0 @@ "scripts": {

export * from "./components/autocomplete";
export * from "./components/form";
export * from "./components/autocomplete/utils";
export * from "./components/autocomplete/utils";

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