Socket
Socket
Sign inDemoInstall

collections

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collections - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

CHANGES.md
## v0.0.4
## v0.0.5

@@ -4,0 +4,0 @@ - The `observable-array` and `observable-object` modules have been

@@ -21,2 +21,7 @@

Observable.addContentChangeListener = function (listener, beforeChange) {
// a concession for objects like Array that are not inherently observable
if (!this.isObservable) {
this.makeObservable();
}
var descriptor = this.getContentChangeDescriptor();

@@ -23,0 +28,0 @@

{
"name": "collections",
"version": "0.0.4",
"version": "0.0.5",
"description": "data structures with idiomatic JavaScript collection interfaces",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/kriskowal/collections",

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