devtools-modules
Advanced tools
Comparing version 0.0.25 to 0.0.26
22
index.js
@@ -1,23 +0,13 @@ | ||
const clipboardHelper = require("./shared/clipboard"); | ||
const Menu = require("./client/framework/menu"); | ||
const MenuItem = require("./client/framework/menu-item"); | ||
const PrefsHelper = require("./client/shared/prefs").PrefsHelper; | ||
const Services = require("./client/shared/shim/Services"); | ||
const sprintf = require("./shared/sprintf").sprintf; | ||
const Tree = require("./client/shared/components/tree"); | ||
const defer = require("./shared/defer"); | ||
const { KeyShortcuts } = require("./client/shared/key-shortcuts"); | ||
const { PluralForm } = require("./shared/plural-form"); | ||
const Menu = require("./src/menu"); | ||
const MenuItem = require("./src/menu/menu-item"); | ||
const { PrefsHelper } = require("./src/prefs"); | ||
const Services = require("./src/Services"); | ||
const { KeyShortcuts } = require("./src/key-shortcuts"); | ||
module.exports = { | ||
defer, | ||
KeyShortcuts, | ||
Menu, | ||
MenuItem, | ||
PluralForm, | ||
PrefsHelper, | ||
Services, | ||
sprintf, | ||
Tree, | ||
clipboardHelper, | ||
Services | ||
}; |
{ | ||
"name": "devtools-modules", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "DevTools Modules from M-C", | ||
@@ -12,4 +12,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"properties-parser": "^0.3.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
60536
13
1804
- Removedproperties-parser@^0.3.1
- Removedproperties-parser@0.3.1(transitive)
- Removedstring.prototype.codepointat@0.2.1(transitive)