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

@avensio/cookie-consent

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avensio/cookie-consent - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

dist/components/CookieConsentFewerLanguages.vue.d.ts

9

package.json
{
"name": "@avensio/cookie-consent",
"version": "0.2.0",
"version": "0.2.1",
"private": false,

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

"build": "vite build",
"build:all": "npm run build:lib && npm run build build:lib:plus:fewer-languages",
"build:lib": "vite build -c vite.config.lib.ts",

@@ -39,5 +40,9 @@ "build:lib:plus:fewer-languages": "vite build -c vite.config.fewer-languages.lib.ts",

"module": "./dist/cookie-consent.es.js",
"types": "./dist/src/components/CookieConsent.vue.d.ts",
"types": ["./dist/components/CookieConsent.vue.d.ts", "./dist/components/CookieConsentFewerLanguages.vue.d.ts"],
"exports": {
"./style.css": "./dist/style.css",
"./fewer-languages": {
"import": "./dist/cookie-consent-fewer-languages.es.js",
"require": "./dist/cookie-consent-fewer-languages.umd.js"
},
".": {

@@ -44,0 +49,0 @@ "import": "./dist/cookie-consent.es.js",

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