devtools-modules
Advanced tools
Comparing version 0.0.20 to 0.0.21
62
index.js
@@ -0,15 +1,73 @@ | ||
const AppConstants = require("./sham/appconstants"); | ||
const clipboardHelper = require("./shared/clipboard"); | ||
const DevToolsUtils = require("./shared/DevToolsUtils"); | ||
const EventEmitter = require("./shared/event-emitter"); | ||
const FileSaver = require("./client/shared/file-saver"); | ||
const frame = require("./client/shared/components/frame"); | ||
const Menu = require("./client/framework/menu"); | ||
const MenuItem = require("./client/framework/menu-item"); | ||
const networkRequest = require("./client/shared/shim/networkRequest"); | ||
const PrefsHelper = require("./client/shared/prefs").PrefsHelper; | ||
const SearchBox = require("./client/shared/components/search-box"); | ||
const Services = require("./client/shared/shim/Services"); | ||
const sourceUtils = require("./client/shared/source-utils"); | ||
const SplitBox = require("./client/shared/components/splitter/SplitBox"); | ||
// const SplitBoxCSS = require("./client/shared/components/splitter/SplitBox.css") | ||
const sprintf = require("./shared/sprintf").sprintf; | ||
const Tabbar = require("./client/shared/components/tabs/tabbar"); | ||
const TabPanel = require("./client/shared/components/tabs/tabs"); | ||
const Tree = require("./client/shared/components/tree"); | ||
const WebsocketTransport = require("./shared/transport/websocket-transport"); | ||
const workerUtils = require("./shared/worker-utils"); | ||
const { Chart } = require("./client/shared/widgets/Chart"); | ||
const { CurlUtils } = require("./client/shared/curl"); | ||
const { DebuggerClient } = require("./shared/client/main"); | ||
const { DebuggerTransport } = require("./transport/transport"); | ||
const defer = require("./shared/defer"); | ||
const { gDevTools } = require("./client/framework/devtools"); | ||
const { HTMLTooltip } = require("./client/shared/widgets/tooltip/HTMLTooltip"); | ||
const { KeyCodes } = require("./client/shared/keycodes"); | ||
const { KeyShortcuts } = require("./client/shared/key-shortcuts"); | ||
const { PluralForm } = require("./shared/plural-form"); | ||
const { setNamedTimeout } = require("./client/shared/widgets/view-helpers"); | ||
const { TargetFactory } = require("./client/framework/target"); | ||
const { TimelineFront } = require("./client/shared/fronts/timeline"); | ||
// const { LocalizationHelper, localizeMarkup, MultiLocalizationHelper } = require("./shared/l10n"); | ||
module.exports = { | ||
AppConstants, | ||
Chart, | ||
CurlUtils, | ||
DebuggerClient, | ||
DebuggerTransport, | ||
defer, | ||
DevToolsUtils, | ||
EventEmitter, | ||
FileSaver, | ||
frame, | ||
gDevTools, | ||
HTMLTooltip, | ||
KeyCodes, | ||
KeyShortcuts, | ||
Menu, | ||
MenuItem, | ||
networkRequest, | ||
PluralForm, | ||
PrefsHelper, | ||
SearchBox, | ||
Services, | ||
setNamedTimeout, | ||
sourceUtils, | ||
SplitBox, | ||
// SplitBoxCSS, | ||
// LocalizationHelper, | ||
// localizeMarkup, | ||
// MultiLocalizationHelper, | ||
sprintf, | ||
Tabbar, | ||
TabPanel, | ||
TargetFactory, | ||
TimelineFront, | ||
Tree, | ||
WebsocketTransport, | ||
workerUtils, | ||
clipboardHelper, | ||
}; |
{ | ||
"name": "devtools-modules", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "DevTools Modules from M-C", | ||
@@ -10,3 +10,6 @@ "main": "index.js", | ||
"author": "", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"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
805666
78
21857
1
2
+ Addedproperties-parser@^0.3.1
+ Addedproperties-parser@0.3.1(transitive)
+ Addedstring.prototype.codepointat@0.2.1(transitive)