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

@mbao01/ui

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mbao01/ui - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

./src/index.ts

2

dist/index.d.ts

@@ -1,1 +0,1 @@

export * from "./components/Button";
export * from './src/index'
{
"name": "@mbao01/ui",
"private": false,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",

@@ -18,6 +18,6 @@ "author": "Ayomide Bakare",

"files": [
"src",
"plugin.js",
"plugin.d.ts",
"dist/index.d.ts"
"src/**/*.ts",
"dist/**/*.d.ts"
],

@@ -30,3 +30,7 @@ "sideEffects": false,

"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"test": "vitest run",
"test:ui": "vitest --ui",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},

@@ -48,2 +52,5 @@ "dependencies": {

"@storybook/test": "^7.6.6",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.10.5",

@@ -55,2 +62,4 @@ "@types/react": "^18.2.43",

"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.1.1",
"@vitest/ui": "^1.1.1",
"eslint": "^8.55.0",

@@ -61,2 +70,3 @@ "eslint-plugin-react": "^7.33.2",

"eslint-plugin-storybook": "^0.6.15",
"jsdom": "^23.0.1",
"path": "^0.12.7",

@@ -70,3 +80,4 @@ "postcss": "^8.4.32",

"vite": "^5.0.8",
"vite-plugin-dts": "^3.7.0"
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.1.1"
},

@@ -79,3 +90,4 @@ "peerDependencies": {

"typescript": "^5.2.2"
}
},
"gitHead": "befbd919a67ae1084ad5ef64cf4cc1ced6f848e2"
}

@@ -0,1 +1,3 @@

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
So here it is, I have gotten really bored creating UI component from scratch for the many projects I work on.

@@ -2,0 +4,0 @@ It is high time I have a unified component library - so here it is.

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