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

moralis-ui

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moralis-ui - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

dist/moralis-ui.es.js

18

package.json
{
"name": "moralis-ui",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",

@@ -21,9 +21,9 @@ "husky": {

".": {
"import": "./distmain.js",
"require": "./dist/main.js"
"import": "./dist/moralis-ui.es.js",
"require": "./dist/moralis-ui.umd.js"
},
"./dist/style.css": "./dist/style.css"
},
"main": "./dist/main.js",
"module": "./dist/main.js",
"main": "./dist/moralis-ui.umd.js",
"module": "./dist/moralis-ui.es.js",
"types": "./dist/index.d.ts",

@@ -66,3 +66,2 @@ "scripts": {

"eslint-plugin-storybook": "^0.6.13",
"glob": "^10.3.10",
"husky": "^8.0.3",

@@ -79,3 +78,2 @@ "lint-staged": "^14.0.1",

"vite-plugin-dts": "^3.6.0",
"vite-plugin-lib-inject-css": "^1.3.0",
"vite-plugin-linter": "^2.0.5",

@@ -89,3 +87,2 @@ "vite-plugin-sass": "^0.1.0",

},
"prepublishOnly": "pnpm run build",
"repository": {

@@ -101,6 +98,3 @@ "type": "git",

"homepage": "https://mui.moralis.io/?path=/story/core-buttons-buttonbase--default",
"license": "MIT",
"sideEffects": [
"**/*.css"
]
"license": "MIT"
}
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