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

component-lib-poc

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

component-lib-poc - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

19

package.json
{
"name": "component-lib-poc",
"version": "0.2.0",
"version": "0.3.0",
"description": "",

@@ -21,4 +21,3 @@ "prettier": {},

"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-commonjs": "^10.1.0"
"react-dom": "^18.2.0"
},

@@ -29,2 +28,16 @@ "exports": {

"require": "./dist/index.cjs"
},
"./Button": {
"import": "./dist/Button/index.mjs",
"types": "./dist/Button/index.d.ts",
"require": "./dist/Button/index.cjs"
},
"./Label": {
"import": "./dist/Label/index.mjs",
"types": "./dist/Label/index.d.ts",
"require": "./dist/Label/index.cjs"
},
"./index.css": {
"import": "./dist/index.css",
"require": "./dist/index.css"
}

@@ -31,0 +44,0 @@ },

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