Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-cache

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-cache - npm Package Versions

12

3.1.1

Diff

Changelog

Source

3.1.1 28 August 2014

Backwards compatible bug fixes
  • #124 - DSCache.info does not work if the storageMode is localStorage.
  • #127 - requirejs conflict, require object overwritten
jdobry
published 3.0.3 •

Changelog

Source

3.0.3 16 June 2014

Backwards compatible bug fixes
  • Angular 1.2.18 with $http/localStorage #116
jdobry
published 3.0.2 •

Changelog

Source

3.0.2 15 June 2014

Backwards compatible bug fixes
  • $http w/ cache is trying to store a promise, which dies on JSON.stringify #115
jdobry
published 3.0.1 •

Changelog

Source

3.0.1 14 June 2014

Backwards compatible bug fixes
  • Added polyfill for $$minErr.
jdobry
published 3.0.0 •

Changelog

Source

3.0.0 14 June 2014

3.0.0 Release

jdobry
published 3.0.0-beta.4 •

Changelog

Source

3.0.0-beta.4 22 April 2014

Backwards compatible API changes
  • Add feature to 'touch' elements in the cache #103
Backwards compatible bug fixes
  • localstorage and Safari Private Browsing #107
jdobry
published 3.0.0-beta.3 •

Changelog

Source

3.0.0-beta.3 03 March 2014

Backwards compatible bug fixes
  • Fixed duplicate keys when using localStorage #106
jdobry
published 3.0.0-beta.2 •

Changelog

Source

3.0.0-beta.2 25 February 2014

Backwards compatible bug fixes
  • Fixed missing reference to DSBinaryHeap #105
jdobry
published 3.0.0-beta.1 •

Changelog

Source

3.0.0-beta.1 24 February 2014

Breaking API changes
  • maxAge and deleteOnExpire are no longer overridable for individual items
  • Renamed angular module to angular-data.DSCacheFactory. Angular-cache is now part of the angular-data namespace
  • The verifyIntegrity option has been completely removed due to a cache being exclusively in-memory OR in web storage #96
  • Supported values for the storageMode option are now: "memory", "localStorage" or "sessionStorage" with the default being "memory"
  • DSCache#put(key, value) no longer accepts a third options argument
  • DSCache#removeExpired() no longer accepts an options argument and thus no longer supports returning removed expired items as an array
  • DSCache#remove(key) no longer accepts an options argument
  • DSCache#setOptions(options[, strict]) no longer accepts storageMode and storageImpl as part of the options argument
  • storageMode is no longer dynamically configurable
  • storageImpl is no longer dynamically configurable
Backwards compatible API changes
  • Added DSCache#enable()
  • Added DSCache#disable()
  • Added DSCache#setCapacity(capacity)
  • Added DSCache#setMaxAge(maxAge)
  • Added DSCache#setCacheFlushInterval(cacheFlushInterval)
  • Added DSCache#setRecycleFreq(recycleFreq)
  • Added DSCache#setDeleteOnExpire(deleteOnExpire)
  • Added DSCache#setOnExpire(onExpire)
  • Added option storagePrefix for customizing the prefix used in localStorage, etc. #98
  • Refactored to be in-memory OR webStorage, never both #96
Other
  • I might have missed something...
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