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

@stackshift/components

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackshift/components - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

17

package.json
{
"name": "@stackshift/components",
"version": "0.0.21",
"version": "0.0.22",
"license": "MIT",

@@ -11,2 +11,17 @@ "exports": {

},
"./common": {
"types": "./src/common/index.ts",
"import": "./dist/common/index.mjs",
"require": "./dist/common/index.js"
},
"./layout": {
"types": "./src/layout/index.ts",
"import": "./dist/layout/index.mjs",
"require": "./dist/layout/index.js"
},
"./sections": {
"types": "./src/sections/index.ts",
"import": "./dist/sections/index.mjs",
"require": "./dist/sections/index.js"
},
"./styles.css": "./dist/styles.css",

@@ -13,0 +28,0 @@ "./tailwind-config": "./tailwind.config.ts"

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