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

phosphor-disposable

Package Overview
Dependencies
Maintainers
1
Versions
7
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.0.1 to 1.0.2

lib/index.d.ts

5

lib/index.js

@@ -26,5 +26,2 @@ /*-----------------------------------------------------------------------------

*
* @returns `true` if the delegate has been disposed, `false`
* otherwise.
*
* #### Notes

@@ -74,4 +71,2 @@ * This is a read-only property which is always safe to access.

*
* @returns `true` if the set has been disposed, `false` otherwise.
*
* #### Notes

@@ -78,0 +73,0 @@ * This is a read-only property which is always safe to access.

21

package.json
{
"name": "phosphor-disposable",
"version": "1.0.1",
"version": "1.0.2",
"description": "A module for expressing the disposable object pattern.",
"main": "lib/index.js",
"typescript": {
"definition": "lib/phosphor-disposable.d.ts"
},
"typings": "lib/index.d.ts",
"dependencies": {},
"devDependencies": {
"dts-generator": "^1.5.0",
"coveralls": "^2.11.4",
"expect.js": "^0.3.1",
"istanbul": "^0.3.19",
"mocha": "^2.2.5",
"rimraf": "^2.4.2",
"typedoc": "^0.3.8",
"typescript": "^1.5.3"
"typescript": "1.6.0-beta"
},
"scripts": {
"clean": "rimraf lib && rimraf test/build",
"clean": "rimraf lib && rimraf test/build && rimraf test/coverage",
"build:src": "tsc --project src",
"build:dts": "node scripts/dtsbundle.js",
"build:test": "tsc --project test/src",
"build": "npm run build:src && npm run build:dts && npm run build:test",
"build": "npm run build:src && npm run build:test",
"docs": "rimraf docs/api && typedoc --options scripts/tdoptions.json",
"prepublish": "npm run build",
"test": "mocha test/build/index.js"
"test": "mocha test/build/index.js",
"test:coverage": "istanbul cover --dir test/coverage node_modules/mocha/bin/_mocha -- test/build/index.js"
},

@@ -34,3 +33,3 @@ "repository": {

"lib/index.js",
"lib/phosphor-disposable.d.ts"
"lib/index.d.ts"
],

@@ -37,0 +36,0 @@ "keywords": [

phosphor-disposable
===================
[![Build Status](https://travis-ci.org/phosphorjs/phosphor-disposable.svg)](https://travis-ci.org/phosphorjs/phosphor-disposable?branch=master)
[![Coverage Status](https://coveralls.io/repos/phosphorjs/phosphor-disposable/badge.svg?branch=master&service=github)](https://coveralls.io/github/phosphorjs/phosphor-disposable?branch=master)
A module for expressing the disposable object pattern.

@@ -74,2 +77,13 @@

Bundle for the Browser
----------------------
Follow the package install instructions first.
```bash
npm install --save-dev browserify browserify-css
browserify myapp.js -t browserify-css -o mybundle.js
```
Usage Examples

@@ -76,0 +90,0 @@ --------------

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