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

@kvs/node-localstorage

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kvs/node-localstorage - npm Package Versions

2

2.2.0

Diff

azu
published 2.1.5 •

azu
published 2.1.4 •

azu
published 2.1.3 •

Changelog

Source

2.1.3 (2022-09-25)

Bug Fixes

  • storage: version saving issue (#32) (49a0839)
azu
published 2.1.1 •

Changelog

Source

2.1.1 (2022-03-03)

Note: Version bump only for package root

azu
published 2.1.0 •

Changelog

Source

2.1.0 (2022-03-02)

Bug Fixes

Performance Improvements

  • change target to ES2018 (#28) (cb57cce)
azu
published 2.0.0 •

Changelog

Source

2.0.0 (2022-02-19)

Bug Fixes

BREAKING CHANGES

  • storage: storage package sperate storags by name option

Affected Packages

  • @kvs/env in Node.js
    • 📝 Browser is not affected because it uses IndexedDB
  • @kvs/storage
  • @kvs/localstorage
  • @kvs/memorystorage
  • @kvs/node-localstorage
  • @kvs/storage-sync
azu
published 1.2.0 •

Changelog

Source

1.2.0 (2021-04-17)

Features

  • types: Use Key Remapping in Mapped Types. (#17) (7c099be)

BREAKING CHANGES

  • types: require TypeScript 4.1+

It aims to support to following schema:

const storage = kvs<{
    [index: string]: string;
}>;
azu
published 1.1.0 •

Changelog

Source

1.1.0 (2020-10-29)

Features

azu
published 1.0.0 •

Changelog

Source

1.0.0 (2020-08-22)

Note: Version bump only for package kvs

2
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