🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

svelte-session-manager

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-session-manager - npm Package Compare versions

Comparing version

to
2.0.0

9

package.json
{
"name": "svelte-session-manager",
"version": "1.4.6",
"version": "2.0.0",
"publishConfig": {

@@ -25,4 +25,6 @@ "access": "public"

"start": "rollup -c tests/app/rollup.config.mjs -w",
"test": "npm run test:cafe",
"test": "npm run test:cafe && npm run test:ava",
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --app-init-delay 1000 --app \"rollup -c tests/app/rollup.config.mjs -w\"",
"test:ava": "ava --timeout 2m tests/*.mjs",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme --section=API ./src/**/*.mjs",

@@ -36,2 +38,4 @@ "lint": "documentation lint ./src/index.mjs && npm run lint:docs",

"@rollup/plugin-virtual": "^2.0.3",
"ava": "^3.15.0",
"c8": "^7.8.0",
"documentation": "^13.2.5",

@@ -68,2 +72,3 @@ "jsonwebtoken": "^8.5.1",

"arlac77/template-arlac77-github",
"arlac77/template-ava-coverage",
"arlac77/template-netlify",

@@ -70,0 +75,0 @@ "arlac77/template-svelte-component"

Sorry, the diff of this file is not supported yet