Socket
Socket
Sign inDemoInstall

apollo-utilities

Package Overview
Dependencies
Maintainers
4
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-utilities - npm Package Versions

1
11

1.0.17-alpha.2

Diff

mdg
published 1.0.17-alpha.1 •

mdg
published 1.0.16 •

Changelog

Source

Apollo Utilities (1.0.16)

  • Removed unnecessary whitespace from error message.
    • @mbaranovski in #3593
mdg
published 1.0.15 •

Changelog

Source

Apollo Utilities (1.0.15)

  • No changes
mdg
published 1.0.14 •

Changelog

Source

Apollo Utilities (1.0.14)

  • Store key names generated by getStoreKeyName now leverage a more deterministic approach to handling JSON based strings. This prevents store key names from differing when using args like { prop1: 'value1', prop2: 'value2' } and { prop2: 'value2', prop1: 'value1' }. (@gdi2290 in #2869)
  • Avoid needless hasOwnProperty check in deepFreeze. (@benjamn in #3545)
hwillson
published 1.0.13 •

Changelog

Source

Apollo Utilities (1.0.13)

  • Make maybeDeepFreeze a little more defensive, by always using Object.prototype.hasOwnProperty (to avoid cases where the object being frozen doesn't have its own hasOwnProperty). (@jorisroling in #3418)
  • Remove certain small internal caches to prevent memory leaks when using SSR. (@brunorzn in #3444)
benjamn
published 1.0.12 •

jbaxleyiii
published 1.0.11 •

peggyrayzis
published 1.0.10 •

peggyrayzis
published 1.0.9 •

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