You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

svelte-session-manager

Package Overview
Dependencies
Maintainers
1
Versions
124
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
1.3.0

14

package.json
{
"name": "svelte-session-manager",
"version": "1.2.0",
"version": "1.3.0",
"publishConfig": {

@@ -27,4 +27,5 @@ "access": "public"

"test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --app-init-delay 1000 --app \"rollup -c tests/app/rollup.config.mjs -w\"",
"docs": "documentation readme ./src/index.mjs --section=API",
"lint": "documentation lint ./src/index.mjs",
"docs": "documentation readme ./src/index.mjs --section=API && documentation readme ./src/index.svelte --section=API",
"lint": "documentation lint ./src/index.mjs && npm run lint:docs",
"lint:docs": "documentation lint ./src/index.svelte",
"build": "rollup -c tests/app/rollup.config.mjs"

@@ -35,9 +36,10 @@ },

"@rollup/plugin-virtual": "^2.0.3",
"documentation": "^13.0.2",
"documentation": "github:arlac77/documentation",
"jsonwebtoken": "^8.5.1",
"rollup": "^2.33.3",
"rollup": "^2.34.0",
"rollup-plugin-dev": "^1.1.3",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-svelte": "^7.0.0",
"semantic-release": "^17.3.0",
"svelte": "^3.29.7",
"svelte": "^3.30.0",
"testcafe": "^1.9.4"

@@ -44,0 +46,0 @@ },

@@ -6,3 +6,4 @@ [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev)

[![downloads](http://img.shields.io/npm/dm/svelte-session-manager.svg?style=flat-square)](https://npmjs.org/package/svelte-session-manager)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/svelte-session-manager.git)
[![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Netlify Status](https://api.netlify.com/api/v1/badges/57021a61-08a4-441d-a216-31d0167fff02/deploy-status)](https://app.netlify.com/sites/svelte-session-manager/deploys)

@@ -9,0 +10,0 @@

Sorry, the diff of this file is not supported yet