@phosphor/collections
Advanced tools
Comparing version 1.1.2 to 1.1.3
export * from './linkedlist'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IIterable, IIterator, IRetroable, IterableOrArrayLike } from '@phosphor/algorithm'; |
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29873
14
1
Updated@phosphor/algorithm@^1.1.3