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

mnemonist

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mnemonist - npm Package Versions

1
35
8

0.31.1

Diff
yomguithereal
published 0.31.1 •

Changelog

Source

0.31.1

  • Fixing BitSet & BitVector #.size caching edge case.
yomguithereal
published 0.31.0 •

Changelog

Source

0.31.0

  • Adding DefaultMap.peek.
  • Fixing some error messages.
  • Fixing BitSet & BitVector #.size caching.
yomguithereal
published 0.30.0 •

Changelog

Source

0.30.0

  • Stricter TS definitions (--noImplicitAny, --noImplicitReturns) (@pbadenski).
yomguithereal
published 0.29.0 •

Changelog

Source

0.29.0

  • Adding LRUCache.setpop and LRUMap.setpop (@veggiesaurus).
yomguithereal
published 0.28.0 •

Changelog

Source

0.28.0

  • Adding LRUCache.peek and LRUMap.peek (@veggiesaurus).
yomguithereal
published 0.27.2 •

Changelog

Source

0.27.2

  • Fixing usage with TypeScript.
yomguithereal
published 0.27.1 •

Changelog

Source

0.27.1

  • Fixing CircularBuffer and FixedDeque types.
yomguithereal
published 0.27.0 •

Changelog

Source

0.27.0

  • Adding FixedDeque.
  • Adding CircularBuffer.unshift.
  • Changing CircularBuffer semantics to now overwrite values when wrapping around.
yomguithereal
published 0.26.0 •

Changelog

Source

0.26.0

  • Adding the DefaultMap.autoIncrement factory.
  • Removing the IncrementalMap.
  • Fixing Vector typings.
  • Fixing BitVector typings.
yomguithereal
published 0.25.1 •

Changelog

Source

0.25.1

  • Fixing custom inspect methods for node >= 10.