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

@konsumation/frontend-svelte

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@konsumation/frontend-svelte - npm Package Compare versions

Comparing version 1.31.13 to 1.31.14

37

package.json
{
"name": "@konsumation/frontend-svelte",
"version": "1.31.13",
"version": "1.31.14",
"publishConfig": {

@@ -34,3 +34,2 @@ "access": "public"

"dev": "vite",
"pkg": "npm-pkgbuild --verbose -Dversion=0.0.0",
"serve": "vite preview"

@@ -41,7 +40,7 @@ },

"layercake": "^6.1.0",
"mf-styling": "arlac77/mf-styling",
"mf-styling": "^1.0.6",
"streamsaver": "^2.0.6",
"svelte-command": "^1.1.8",
"svelte-common": "^4.4.31",
"svelte-guard-history-router": "^4.6.2",
"svelte-command": "^1.1.9",
"svelte-common": "^4.4.32",
"svelte-guard-history-router": "^4.6.3",
"svelte-session-manager": "^2.0.10",

@@ -55,11 +54,14 @@ "the-new-css-reset": "^1.5.1"

"@semantic-release/release-notes-generator": "^10.0.3",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.40",
"ava": "^4.1.0",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
"ava": "^4.2.0",
"konsum": "github:konsumation/konsum",
"npm-pkgbuild": "^8.3.4",
"npm-pkgbuild": "^8.3.18",
"semantic-release": "^19.0.2",
"svelte": "^3.46.6",
"svelte": "^3.47.0",
"testcafe": "^1.18.5",
"vite": "^2.9.1"
"vite": "^2.9.5"
},
"optionalDependencies": {
"mf-hosting": "github:arlac77/mf-hosting"
},
"repository": {

@@ -74,4 +76,2 @@ "type": "git",

"config": {
"api": "/services/konsum/api",
"base": "/services/konsum",
"title": "Konsum"

@@ -81,10 +81,7 @@ },

"content": {
"${installdir}/": {
"${install.dir}": {
"base": "build"
},
"/etc/nginx/sites/common/${name}.conf": "pkg/nginx.conf"
"${nginx.sites.dir}${name}.conf": "pkg/nginx.conf"
},
"output": {
"arch": {}
},
"hooks": "pkg/hooks.sh",

@@ -96,3 +93,5 @@ "groups": "web",

},
"installdir": "/services/konsum/frontend",
"http.base.path": "/services/konsum",
"http.api.path": "/services/konsum/api",
"install.dir": "${install.base.dir}konsum/frontend/",
"name": "konsum-frontend-svelte"

@@ -99,0 +98,0 @@ },

@@ -40,4 +40,4 @@ import { readFile } from "fs/promises";

const base = "/services/konsum/";
const api = `${base}api`;
const base = pkg.pkg['http.base.path'];
const api = pkg.pkg['http.api.path'];

@@ -44,0 +44,0 @@ process.env["VITE_API"] = api;

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