Socket
Socket
Sign inDemoInstall

collections

Package Overview
Dependencies
Maintainers
6
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 5.1.1 to 5.1.2

2

_list.js

@@ -304,3 +304,3 @@ "use strict";

List.prototype.sort = function () {
this.swap(0, this.length, this.sorted());
this.swap(0, this.length, this.sorted.apply(this, arguments));
};

@@ -307,0 +307,0 @@

{
"name": "collections",
"main": "collections.min.js",
"version": "5.0.7",
"version": "5.1.2",
"homepage": "http://www.collectionsjs.com/",

@@ -6,0 +6,0 @@ "author": "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal)",

{
"name": "collections",
"version": "5.1.1",
"version": "5.1.2",
"description": "data structures with idiomatic JavaScript collection interfaces",
"homepage": "http://www.collectionsjs.com",
"author": "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal)",
"main": "collections",
"contributors": [

@@ -43,3 +44,5 @@ {

"devDependencies": {
"montage-testing": "git://github.com/montagejs/montage-testing#master",
"browserify": "^14.5.0",
"concurrently": "^3.4.0",
"http-server": "^0.9.0",
"jasmine-console-reporter": "^1.2.7",

@@ -53,9 +56,12 @@ "jasmine-core": "^2.5.2",

"karma-phantomjs-launcher": "^1.0.2",
"montage-testing": "git://github.com/montagejs/montage-testing#master",
"mop-integration": "git://github.com/montagejs/mop-integration.git#master",
"concurrently": "^3.4.0",
"http-server": "^0.9.0",
"open": "0.0.5"
"open": "0.0.5",
"uglify-js": "^3.2.2"
},
"scripts": {
"test": "node test/run-node.js",
"build": "npm run build:browserify",
"build:browserify": "browserify -r . -s collections > collections.min.js",
"build:uglifyjs": "uglifyjs collections.min.js -c > collections.min.js",
"integration": "mop-integration",

@@ -62,0 +68,0 @@ "test:karma": "karma start --no-auto-watch --single-run",

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