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

crio

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crio - npm Package Versions

1
46

2.5.3

Diff

Changelog

Source

2.5.3

  • Micro-optimizations for cloning / merging arrays and objects
planttheidea
published 2.5.2 •

Changelog

Source

2.5.2

  • Improve performance of mapping ReactElements by not attempting to stringify it (recursive object, just assume its always new)
planttheidea
published 2.5.1 •

Changelog

Source

2.5.1

  • Fix ReactElements not being treated as immutable and attempting to be crioed
planttheidea
published 2.5.0 •

Changelog

Source

2.5.0

  • Add forEach to CrioObject API
planttheidea
published 2.4.0 •

Changelog

Source

2.4.0

  • Add clear to both CrioArray and CrioObject APIs
  • Add compact, pluck, toObject, and unique to CrioArray API
  • Add filter, map, and toArray to CrioObject API
planttheidea
published 2.3.2 •

Changelog

Source

2.3.2

  • Remove unneeded shallow clones for each instance of mergeIn
planttheidea
published 2.3.1 •

Changelog

Source

2.3.1

  • Performance improvements centered around setIn
  • Fix delete / deleteIn bug when NODE_ENV=production
planttheidea
published 2.3.0 •

Changelog

Source

2.3.0

  • Add delete and deleteIn functions for both CrioArray and CrioObject
  • Add has function for both CrioArray and CrioObject (checks if key passed exists in the object)
planttheidea
published 2.2.2 •

Changelog

Source

2.2.2

  • Apply polyfills for copyWithin and fill (before they only leveraged the existing prototype method, which failed on IE)
  • Apparently reverse for CrioArrays got lost? Adding it back in
planttheidea
published 2.2.1 •

Changelog

Source

2.2.1

  • Prevent double-hashing when existing objects have changed
  • Improve deep setting / merging function
  • Fix several confusions with this vs thisArg in applied methods
  • Improve speed of bitwise hashing mechanism
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