Socket
Socket
Sign inDemoInstall

ampersand-io-collection

Package Overview
Dependencies
49
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

3

ampersand-io-collection.js

@@ -7,4 +7,5 @@ /*$AMPERSAND_VERSION*/

function AmpersandIOCollection(attrs, options){
options || (options = {});
Base.call(this, attrs, options);
IOMixin.call(this, options);
IOMixin.call(this, options.socket, options);
}

@@ -11,0 +12,0 @@

{
"name": "ampersand-io-collection",
"version": "0.1.0",
"version": "0.1.1",
"description": "ampersand collection mixin based on rest collection mixin to be used with socket.io",

@@ -5,0 +5,0 @@ "main": "ampersand-io-collection.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc