vue3-toastify
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -42,3 +42,3 @@ import * as vue from 'vue'; | ||
* ``` | ||
* toast.info("Hello World.\n I am <b>Tom</b>"); | ||
* toast.info("Hello World.\n I am <b>Tom</b>", { dangerouslyHTMLString: true }); | ||
* ``` | ||
@@ -45,0 +45,0 @@ */ |
{ | ||
"name": "vue3-toastify", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "🎉 Vue3-Toastify allows you to add notifications to your app with ease. No more nonsense!", | ||
@@ -45,3 +45,2 @@ "keywords": [ | ||
"scripts": { | ||
"storybook": "npm run storybook -w playground", | ||
"build": "tsup && npm run build:css", | ||
@@ -56,5 +55,3 @@ "dev": "npm run dev -w playground", | ||
"build:vite": "vite build && npm run build:css", | ||
"build:storybook": "npm run build:storybook -w playground", | ||
"preview:docs": "npm run docs:serve -w docs", | ||
"postinstall": "rimraf rf ./node_modules/@types/react", | ||
"lint": "eslint --ext .ts,.tsx,.vue ./src", | ||
@@ -71,5 +68,2 @@ "tsup-w": "tsup --watch", | ||
}, | ||
"dependencies": { | ||
"rimraf": "^4.1.2" | ||
}, | ||
"devDependencies": { | ||
@@ -83,9 +77,3 @@ "@babel/core": "^7.20.12", | ||
"@commitlint/config-conventional": "^17.4.2", | ||
"@storybook/addon-actions": "~6.4.22", | ||
"@storybook/addon-docs": "~6.4.22", | ||
"@storybook/addon-essentials": "~6.4.22", | ||
"@storybook/addon-links": "~6.4.22", | ||
"@storybook/builder-vite": "0.1.37", | ||
"@storybook/vue3": "~6.4.22", | ||
"@swc/core": "^1.3.30", | ||
"@swc/core": "^1.3.32", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
@@ -96,8 +84,8 @@ "@testing-library/user-event": "^14.4.3", | ||
"@types/lz-string": "^1.3.34", | ||
"@types/node": "^18.11.18", | ||
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
"@typescript-eslint/parser": "^5.49.0", | ||
"@types/node": "^18.11.19", | ||
"@typescript-eslint/eslint-plugin": "^5.50.0", | ||
"@typescript-eslint/parser": "^5.50.0", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"@vitejs/plugin-vue-jsx": "^3.0.0", | ||
"@vitest/ui": "^0.28.3", | ||
"@vitest/ui": "^0.28.4", | ||
"@vue/babel-plugin-jsx": "^1.1.1", | ||
@@ -120,3 +108,3 @@ "@vue/eslint-config-typescript": "^11.0.2", | ||
"lint-staged": "^13.1.0", | ||
"npm": "^9.4.0", | ||
"npm": "^9.4.1", | ||
"npm-run-all": "^4.1.5", | ||
@@ -128,3 +116,4 @@ "postcss": "^8.4.21", | ||
"postcss-scss": "^4.0.6", | ||
"sass": "^1.57.1", | ||
"rimraf": "^4.1.2", | ||
"sass": "^1.58.0", | ||
"shelljs": "^0.8.5", | ||
@@ -137,7 +126,7 @@ "stylelint": "^14.16.1", | ||
"tsup": "^6.5.0", | ||
"typescript": "^4.9.4", | ||
"vite": "^4.0.4", | ||
"vite-plugin-dts": "^1.7.1", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.1.1", | ||
"vite-plugin-dts": "^1.7.2", | ||
"vite-plugin-style-import": "^2.0.0", | ||
"vitest": "^0.28.3", | ||
"vitest": "^0.28.4", | ||
"vue-loader": "^17.0.1", | ||
@@ -157,14 +146,3 @@ "vue-tsc": "^1.0.24" | ||
"npm": ">=7" | ||
}, | ||
"overrides": { | ||
"@storybook/addon-essentials": { | ||
"babel-loader": "^9.1.0" | ||
}, | ||
"@storybook/vue3": { | ||
"babel-loader": "^9.1.0" | ||
}, | ||
"@storybook/builder-vite": { | ||
"@vitejs/plugin-vue": "^4.0.0" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
1
59
0
232408
- Removedrimraf@^4.1.2
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@2.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@9.3.5(transitive)
- Removedlru-cache@10.4.3(transitive)
- Removedminimatch@8.0.4(transitive)
- Removedminipass@4.2.87.1.2(transitive)
- Removedpath-scurry@1.11.1(transitive)
- Removedrimraf@4.4.1(transitive)