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

@conciergerie.dev/vue-toaster

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conciergerie.dev/vue-toaster - npm Package Compare versions

Comparing version 2.3.2-0 to 2.3.2

dist/vue-toaster.js.map

1

dist/vue-toaster.js

@@ -214,1 +214,2 @@ var x = Object.defineProperty;

};
//# sourceMappingURL=vue-toaster.js.map

9

package.json
{
"name": "@conciergerie.dev/vue-toaster",
"version": "2.3.2-0",
"version": "2.3.2",
"description": "Vue.js toaster notification",
"type": "module",
"files": [
"dist"
"dist",
"src",
"types"
],
"types": "./types/index.d.ts",
"main": "./dist/my-lib.umd.cjs",

@@ -20,3 +23,3 @@ "module": "./dist/my-lib.js",

"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build": "vue-tsc --noEmit && vite build && vue-tsc --declaration --emitDeclarationOnly",
"test": "vitest",

@@ -23,0 +26,0 @@ "coverage": "vitest run --coverage",

Sorry, the diff of this file is not supported yet

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