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

vue-web-storage

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-web-storage - npm Package Versions

2

6.1.0

Diff
ankurk91
published 6.1.0 •

Changelog

Source

6.1.0

  • Add: Provide / inject feature when using the Composition API
ankurk91
published 6.0.0 •

Changelog

Source

6.0.0

  • Drop support for Vue 2.x and add support for Vue 3.x
ankurk91
published 5.0.1 •
ankurk91
published 5.0.0 •

Changelog

Source

5.0.0

  • Convert codebase to typescript
  • Throw error when failed to parse stored value during JSON.parse()
  • Throw error when failed to store value in storage during JSON.stringify()
ankurk91
published 4.0.3 •
ankurk91
published 4.0.2 •

Changelog

Source

4.0.2

  • Fix issue #13
ankurk91
published 4.0.1 •

Changelog

Source

4.0.1

  • Add type definitions
ankurk91
published 4.0.0 •

Changelog

Source

4.0.0

  • Add: ES6 named imports, allows you to consume package in a non Vue.js project
    • import { StorageWithEvents } from 'vue-web-storage'
ankurk91
published 3.0.0 •

Changelog

Source

3.0.0

  • Add: allow multiple drivers, #4
    • Read the upgrade guide to restore old behaviour
ankurk91
published 2.1.0 •

Changelog

Source

2.1.0

  • Add: defaultValue to .get(key,defaultValue) method
2