Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue3-toastify

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-toastify - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

dist/index.d.ts

@@ -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

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