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

@stacks/connect-ui

Package Overview
Dependencies
Maintainers
4
Versions
685
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stacks/connect-ui - npm Package Compare versions

Comparing version 6.0.2-alpha.e97c735.0 to 6.1.1-alpha.a038f03.0

24

package.json
{
"name": "@stacks/connect-ui",
"version": "6.0.2-alpha.e97c735.0",
"version": "6.1.1-alpha.a038f03.0",
"license": "MIT",

@@ -32,12 +32,24 @@ "prettier": "@stacks/prettier-config",

],
"types": "dist/types/components.d.ts",
"types": "dist/types/index.d.ts",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"unpkg": "dist/connect-ui/connect-ui.js",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/connect-ui/connect-ui.esm.js",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs.js"
},
"./loader": {
"types": "./loader/index.d.ts",
"import": "./loader/index.js",
"require": "./loader/index.cjs.js"
}
},
"typedoc": {
"entryPoint": "./src/index.ts"
},
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"gitHead": "ae862177242b9bc06ba96b4446b447e5a5b1b252"
"gitHead": "fc62098283bc74f71f6a7eea7976066f19bbda79"
}
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