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

@phosphor/collections

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phosphor/collections - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

0

lib/index.d.ts
export * from './linkedlist';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IIterable, IIterator, IRetroable, IterableOrArrayLike } from '@phosphor/algorithm';

12

lib/linkedlist.js

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

*/
var LinkedList = (function () {
var LinkedList = /** @class */ (function () {
/**

@@ -401,3 +401,3 @@ * Construct a new linked list.

*/
var ForwardValueIterator = (function () {
var ForwardValueIterator = /** @class */ (function () {
/**

@@ -446,3 +446,3 @@ * Construct a forward value iterator.

*/
var RetroValueIterator = (function () {
var RetroValueIterator = /** @class */ (function () {
/**

@@ -491,3 +491,3 @@ * Construct a retro value iterator.

*/
var ForwardNodeIterator = (function () {
var ForwardNodeIterator = /** @class */ (function () {
/**

@@ -536,3 +536,3 @@ * Construct a forward node iterator.

*/
var RetroNodeIterator = (function () {
var RetroNodeIterator = /** @class */ (function () {
/**

@@ -588,3 +588,3 @@ * Construct a retro node iterator.

*/
var LinkedListNode = (function () {
var LinkedListNode = /** @class */ (function () {
/**

@@ -591,0 +591,0 @@ * Construct a new linked list node.

{
"name": "@phosphor/collections",
"version": "1.1.2",
"version": "1.1.3",
"description": "PhosphorJS - Generic Collections",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"homepage": "https://github.com/phosphorjs/phosphor",
"bugs": {
"url": "https://github.com/phosphorjs/phosphor/issues"
},
"license": "BSD-3-Clause",
"author": "S. Chris Colbert <sccolbert@gmail.com>",
"contributors": [
"A. Darian <git@darian.af>",
"Dave Willmer <dave.willmer@gmail.com>",
"S. Chris Colbert <sccolbert@gmail.com>",
"Steven Silvester <steven.silvester@gmail.com>"
],
"files": [

@@ -11,34 +21,42 @@ "lib/*.d.ts",

],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib/"
},
"dependencies": {
"@phosphor/algorithm": "^1.1.2"
"repository": {
"type": "git",
"url": "https://github.com/phosphorjs/phosphor.git"
},
"devDependencies": {
"rimraf": "^2.5.2",
"typedoc": "^0.7.0",
"typescript": "~2.3.0"
},
"scripts": {
"build": "tsc",
"build": "tsc --build",
"build:test": "tsc --build tests && cd tests && webpack",
"clean": "rimraf lib",
"docs": "typedoc --options tdoptions.json ."
"clean:test": "rimraf tests/build",
"docs": "typedoc --options tdoptions.json src",
"test": "npm run test:firefox",
"test:chrome": "cd tests && karma start --browsers=Chrome",
"test:firefox": "cd tests && karma start --browsers=Firefox",
"test:ie": "cd tests && karma start --browsers=IE",
"watch": "tsc --build --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/phosphorjs/phosphor.git"
"dependencies": {
"@phosphor/algorithm": "^1.1.3"
},
"author": "S. Chris Colbert <sccolbert@gmail.com>",
"contributors": [
"A. Darian <git@darian.af>",
"Dave Willmer <dave.willmer@gmail.com>",
"S. Chris Colbert <sccolbert@gmail.com>",
"Steven Silvester <steven.silvester@gmail.com>"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/phosphorjs/phosphor/issues"
},
"homepage": "https://github.com/phosphorjs/phosphor"
"devDependencies": {
"@types/chai": "^3.4.35",
"@types/mocha": "^2.2.39",
"chai": "^3.5.0",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"mocha": "^3.2.0",
"rimraf": "^2.5.2",
"typedoc": "~0.12.0",
"typescript": "~3.0.3",
"webpack": "^2.2.1"
}
}
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