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

@phosphor/disposable

Package Overview
Dependencies
Maintainers
2
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 0.1.0 to 0.1.1

1

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/*-----------------------------------------------------------------------------

@@ -3,0 +4,0 @@ | Copyright (c) 2014-2017, PhosphorJS Contributors

24

package.json
{
"name": "@phosphor/disposable",
"version": "0.1.0",
"version": "0.1.1",
"description": "PhosphorJS - Disposable",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/phosphorjs/phosphor.git"
},
"files": [

@@ -15,8 +11,20 @@ "lib/*.d.ts",

],
"dependencies": {
"@phosphor/algorithm": "^0.1.0"
},
"directories": {
"lib": "lib/"
},
"dependencies": {
"@phosphor/algorithm": "^0.1.1"
},
"devDependencies": {
"rimraf": "^2.5.2",
"typescript": "^2.2.1"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib"
},
"repository": {
"type": "git",
"url": "https://github.com/phosphorjs/phosphor.git"
},
"author": "S. Chris Colbert <sccolbert@gmail.com>",

@@ -23,0 +31,0 @@ "contributors": [

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