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.1 to 0.0.2

./src/index.ts

34

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

@@ -17,9 +17,8 @@ "author": "Ayomide Bakare",

"main": "./src/index.ts",
"types": "dist/types/index.d.ts",
"files": [
"src",
"dist/types",
"plugin.js",
"plugin.d.ts",
".eslintrc.cjs",
"postcss.config.js",
"tailwind.config.ts",
"tsconfig.node.json",

@@ -32,2 +31,4 @@ "tsconfig.shared.json",

"./plugin": "./plugin.js",
"./vitest/setup": "./vitest-setup.ts",
"./vitest/config": "./vitest.config.ts",
"./styles": "./src/stylesheets/index.css"

@@ -44,2 +45,13 @@ },

],
"scripts": {
"dev": "storybook dev -p 6006",
"build": "tsc && vite build",
"build-storybook": "storybook build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest run",
"test:ui": "vitest --ui",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {

@@ -96,13 +108,3 @@ "clsx": "^2.1.0",

},
"scripts": {
"dev": "storybook dev -p 6006",
"build": "tsc && vite build",
"build-storybook": "storybook build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest run",
"test:ui": "vitest --ui",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
}
}
"gitHead": "00988bf0b2318917bab272a8fb5920e451f67edf"
}
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