Socket
Socket
Sign inDemoInstall

bettem-micro-utils

Package Overview
Dependencies
75
Maintainers
1
Versions
311
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.38 to 1.8.1

dist/es/_virtual/_plugin-vue_export-helper.js

104

package.json
{
"name": "bettem-micro-utils",
"version": "1.7.38",
"main": "lib/index.js",
"version": "1.8.1",
"description": "bettem micro app utils",
"main": "dist/es/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build",
"pack": "npm pack"
},
"exports": {
".": {
"import": "./lib/index.js"
"import": "./dist/es/index.js",
"require": "./dist/lib/index.js"
},
"./lib/types": {
"import": "./lib/types/index.d.ts"
},
"./lib/index.css": {
"import": "./lib/index.css"
},
"./lib/components": {
"import": "./lib/components.d.ts"
},
"./hooks": {
"import": "./hooks/index.js"
"./dist/es/style.css": {
"import": "./dist/es/style.css"
}
},
"types": "lib/index.d.ts",
"files": [
"lib",
"hooks"
"dist",
"global.d.ts"
],
"style": "lib/index.css",
"style": "dist/es/style.css",
"types": "global.d.ts",
"type": "module",
"keywords": [],
"author": "",
"license": "MIT",
"type": "module",
"scripts": {
"lint": "eslint 'packages/**/*.{js,ts}' --fix",
"watch": "rollup -cw",
"build": "rollup -c --bundleConfigAsCjs",
"ceshi": "yarn build && yarn pack",
"dev": "vite"
},
"devDependencies": {
"@el3um4s/rollup-plugin-terser": "^1.0.2",
"@element-plus/icons-vue": "^2.1.0",
"@microsoft/api-extractor": "^7.34.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/crypto-js": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"dependencies": {
"axios": "^1.3.4",
"element-plus": "2.3.1",
"eslint": "^8.36.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"crypto-js": "^4.1.1",
"currency.js": "^2.0.4",
"element-plus": "^2.3.1",
"pinia": "^2.0.33",
"prettier": "^2.8.4",
"rollup": "^3.19.1",
"rollup-plugin-cleandir": "^2.0.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-gzip": "^3.1.0",
"rollup-plugin-scss": "3",
"rollup-plugin-typescript2": "^0.34.1",
"sass": "^1.59.3",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.2.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vue-tsc": "^1.2.0",
"vue3-lottie": "^2.5.0"
"vue-router": "^4.1.6"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*./packages/**/*.{js,ts,tsx,json,md}": [
"prettier --write",
"yarn lint"
]
},
"dependencies": {
"crypto-js": "^4.1.1",
"currency.js": "^2.0.4"
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/node": "^18.14.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"rollup-plugin-cleandir": "^2.0.0",
"typescript": "~4.8.4",
"unplugin-vue-define-options": "^1.2.4",
"vite": "^4.1.4",
"vite-plugin-dts": "^2.1.0",
"vue-tsc": "^1.2.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc