Socket
Socket
Sign inDemoInstall

@phosphor/domutils

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phosphor/domutils - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

1

lib/element.js

@@ -9,2 +9,3 @@ /*-----------------------------------------------------------------------------

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

@@ -11,0 +12,0 @@ * The namespace for element related utilities.

@@ -5,2 +5,3 @@ "use strict";

}
Object.defineProperty(exports, "__esModule", { value: true });
/*-----------------------------------------------------------------------------

@@ -7,0 +8,0 @@ | Copyright (c) 2014-2017, PhosphorJS Contributors

@@ -9,2 +9,3 @@ /*-----------------------------------------------------------------------------

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

@@ -11,0 +12,0 @@ * The namespace for platform related utilities.

@@ -9,2 +9,3 @@ /*-----------------------------------------------------------------------------

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

@@ -11,0 +12,0 @@ * The namespace for selector related utilities.

19

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

@@ -18,2 +14,15 @@ "lib/*.d.ts",

},
"dependencies": {},
"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>",

@@ -20,0 +29,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