New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

immutable-sorted

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-sorted - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

contrib/cursor/index.d.ts

@@ -17,3 +17,3 @@ /**

*
* This is particularly useful when used in conjuction with component-based UI
* This is particularly useful when used in conjunction with component-based UI
* libraries like [React](http://facebook.github.io/react/) or to simulate

@@ -20,0 +20,0 @@ * "state" throughout an application while maintaining a single flow of logic.

@@ -20,3 +20,3 @@ # DEPRECATED

This is particularly useful when used in conjuction with component-based UI
This is particularly useful when used in conjunction with component-based UI
libraries like [React](https://facebook.github.io/react/) or to simulate

@@ -23,0 +23,0 @@ "state" throughout an application while maintaining a single flow of logic.

{
"name": "immutable-sorted",
"version": "0.2.6",
"version": "0.2.7",
"description": "Immutable Sorted Data Collections",

@@ -23,3 +23,3 @@ "license": "MIT",

"build:dist": "run-s clean:dist bundle:dist bundle:es copy:dist stats:dist",
"build:pages": "gulp --gulpfile gulpfile.js default",
"build:pages": "gulp --gulpfile ./resources/gulpfile.js default",
"stats:dist": "node ./resources/dist-stats.js",

@@ -33,10 +33,10 @@ "clean:dist": "rimraf dist",

"lint:js": "eslint \"{__tests__,src,pages/src,pages/lib}/**/*.js\"",
"format": "prettier --single-quote --write \"{__tests__,src,pages/src,pages/lib}/**/*.js\"",
"format": "prettier --single-quote --trailing-comma=es5 --write \"{__tests__,src,pages/src,pages/lib,perf,resources}/**/*{\\.js,\\.ts}\"",
"testonly": "./resources/jest",
"test": "run-s format build lint testonly test:types:*",
"test:travis": "npm run test && ./resources/check-changes",
"test:types:ts": "dtslint type-definitions/ts-tests",
"test:types:ts": "tsc ./type-definitions/Immutable.d.ts --lib es2015 && dtslint type-definitions/ts-tests",
"test:types:flow": "flow check type-definitions/tests --include-warnings",
"perf": "node ./resources/bench.js",
"start": "gulp --gulpfile gulpfile.js dev",
"start": "gulp --gulpfile ./resources/gulpfile.js dev",
"deploy": "./resources/apia-deploy-ghpages.sh",

@@ -60,31 +60,31 @@ "gitpublish": "./resources/gitpublish.sh"

"benchmark": "2.1.4",
"browser-sync": "2.18.13",
"browserify": "14.4.0",
"colors": "1.1.2",
"browser-sync": "^2.26.3",
"browserify": "16.2.2",
"colors": "1.2.5",
"del": "3.0.0",
"dtslint": "0.1.2",
"eslint": "4.8.0",
"eslint-config-airbnb": "15.1.0",
"eslint-config-prettier": "2.6.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-prettier": "2.3.1",
"eslint-plugin-react": "7.4.0",
"flow-bin": "0.56.0",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "7.8.2",
"flow-bin": "0.85.0",
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-filter": "5.0.1",
"gulp-header": "1.8.9",
"gulp-less": "3.3.2",
"gulp-size": "2.1.0",
"gulp-sourcemaps": "2.6.1",
"gulp-filter": "5.1.0",
"gulp-header": "2.0.5",
"gulp-less": "3.5.0",
"gulp-size": "3.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-uglify": "2.1.0",
"gulp-util": "3.0.8",
"jasmine-check": "0.1.5",
"jest": "21.2.1",
"marked": "0.3.6",
"microtime": "2.1.6",
"jest": "23.6.0",
"marked": "0.3.19",
"microtime": "2.1.8",
"mkdirp": "0.5.1",
"npm-run-all": "4.1.1",
"prettier": "1.7.4",
"npm-run-all": "4.1.3",
"prettier": "1.14.2",
"react": "^0.12.0",

@@ -94,16 +94,16 @@ "react-router": "^0.11.2",

"rimraf": "2.6.2",
"rollup": "0.50.0",
"rollup-plugin-buble": "0.16.0",
"rollup-plugin-commonjs": "8.2.1",
"rollup-plugin-json": "2.3.0",
"rollup": "0.59.1",
"rollup-plugin-buble": "0.19.2",
"rollup-plugin-commonjs": "9.1.3",
"rollup-plugin-json": "3.0.0",
"rollup-plugin-strip-banner": "0.2.0",
"run-sequence": "2.2.0",
"run-sequence": "2.2.1",
"through2": "2.0.3",
"transducers-js": "^0.4.174",
"tslint": "5.7.0",
"typescript": "2.5.3",
"typescript": "3.0.3",
"uglify-js": "2.8.11",
"uglify-save-license": "0.4.1",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
},

@@ -110,0 +110,0 @@ "files": [

Immutable Sorted Collections for JavaScript
===========================================
[![npm version](https://badge.fury.io/js/immutable-sorted.svg)](https://badge.fury.io/js/immutable-sorted)
[![jest](https://img.shields.io/badge/tested_with-jest-brightgreen.svg)](https://facebook.github.io/jest/)
[![dependencies](https://img.shields.io/david/applitopia/immutable-sorted.svg)](https://david-dm.org/applitopia/immutable-sorted)
[![devDependencies](https://img.shields.io/david/dev/applitopia/immutable-sorted.svg)](https://david-dm.org/applitopia/immutable-sorted?type=dev)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

@@ -15,3 +18,3 @@

The current version [immutable-sorted@0.2.6](https://github.com/applitopia/immutable-sorted/releases/tag/v0.2.4) is an extension of [immutable-js@4.0.0-rc.9](https://github.com/facebook/immutable-js/releases/tag/v4.0.0-rc.9).
The current version [immutable-sorted@0.2.7](https://github.com/applitopia/immutable-sorted/releases/tag/v0.2.7) is an extension of [immutable-js@4.0.0-rc.12](https://github.com/facebook/immutable-js/releases/tag/v4.0.0-rc.12).

@@ -421,4 +424,4 @@

Modified work Copyright (c) 2017-2018, Applitopia, Inc.
Modified work Copyright (c) 2017-present, Applitopia, Inc.
Original work Copyright (c) 2014-present, Facebook, Inc.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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