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

@mbao01/common

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mbao01/common - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

25

package.json
{
"name": "@mbao01/common",
"private": false,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",

@@ -16,2 +16,14 @@ "author": "Ayomide Bakare",

],
"exports": {
".": {
"import": {
"types": "./dist/types/index.d.ts",
"default": "./src/index.ts"
}
},
"./plugin": "./plugin.js",
"./vitest/setup": "./vitest-setup.ts",
"./vitest/config": "./vitest.config.ts",
"./styles": "./src/stylesheets/index.css"
},
"main": "./src/index.ts",

@@ -29,8 +41,2 @@ "types": "dist/types/index.d.ts",

],
"exports": {
"./plugin": "./plugin.js",
"./vitest/setup": "./vitest-setup.ts",
"./vitest/config": "./vitest.config.ts",
"./styles": "./src/stylesheets/index.css"
},
"bugs": "https://github.com/mbao01/mbao01/issues",

@@ -48,3 +54,3 @@ "homepage": "https://shared.ayomidebakare.site",

"build": "tsc && vite build",
"build-storybook": "storybook build",
"build-storybook": "storybook build -o ../../docs/storybook/common",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",

@@ -62,3 +68,2 @@ "preview": "vite preview",

"devDependencies": {
"@heroicons/react": "^2.1.1",
"@storybook/addon-essentials": "^7.6.14",

@@ -109,3 +114,3 @@ "@storybook/addon-interactions": "^7.6.14",

},
"gitHead": "00988bf0b2318917bab272a8fb5920e451f67edf"
"gitHead": "fb1542aac0eb979dd16d8d4448e4380726e4e330"
}

2

plugin.d.ts

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

import type { Config } from "tailwindcss";
import { type Config } from "tailwindcss";
declare const plugin: { handler: () => void; config?: Config };
export = plugin;
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