Socket
Socket
Sign inDemoInstall

@ctx-core/checkbox-tree-ui-svelte

Package Overview
Dependencies
8
Maintainers
1
Versions
385
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

7

CHANGELOG.md
# @ctx-core/checkbox-tree-ui-svelte
## 0.1.1
### Patch Changes
- fix: package.json: module & type bindings
## 0.1.0
### Minor Changes
- extracted from @ctx-core/tree-checkbox

8

package.json
{
"name": "@ctx-core/checkbox-tree-ui-svelte",
"version": "0.1.0",
"version": "0.1.1",
"description": "ctx-core checkbox tree component support library",

@@ -22,7 +22,7 @@ "keywords": [

"type": "module",
"types": "./lib/index.d.ts",
"svelte": "./lib/index.js",
"types": "./src/index.d.ts",
"svelte": "./src/index.js",
"exports": {
".": {
"import": "./lib/index.js"
"import": "./src/index.js"
},

@@ -29,0 +29,0 @@ "./package.json": "./package.json"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc