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

@phosphor/disposable

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phosphor/disposable - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

0

lib/index.d.ts

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

4

lib/index.js

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

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

@@ -51,3 +51,3 @@ * Construct a new disposable delegate.

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

@@ -54,0 +54,0 @@ * Construct a new disposable set.

{
"name": "@phosphor/disposable",
"version": "1.1.2",
"version": "1.1.3",
"description": "PhosphorJS - Disposable",
"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