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

devtools-connection

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devtools-connection - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

LICENSE

4

index.js

@@ -0,1 +1,5 @@

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
const { DebuggerClient } = require("./src/debugger/client");

@@ -2,0 +6,0 @@ const { DebuggerTransport } = require("./src/transport");

5

package.json
{
"name": "devtools-connection",
"version": "0.0.4",
"version": "0.0.5",
"description": "DevTools HTML Connection Logic",
"main": "index.js",
"scripts": {
"license-check": "devtools-license-check",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jason Laster",
"license": "ISC",
"license": "MPL-2.0",
"dependencies": {
}
}

@@ -0,1 +1,5 @@

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
const promise = require("./utils/promise");

@@ -2,0 +6,0 @@ const EventEmitter = require("./utils/event-emitter");

@@ -0,1 +1,5 @@

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
const DevToolsUtils = require("../utils/DevToolsUtils");

@@ -2,0 +6,0 @@ const { dumpn, dumpv } = DevToolsUtils;

@@ -0,1 +1,5 @@

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/**

@@ -2,0 +6,0 @@ * Packets contain read / write functionality for the different packet types

@@ -0,1 +1,5 @@

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
module.exports = { AppConstants: {}};

@@ -0,1 +1,5 @@

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*

@@ -2,0 +6,0 @@ * A sham for https://developer.mozilla.org/en-US/Add-ons/SDK/Low-Level_APIs/chrome

@@ -0,1 +1,5 @@

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* General utilities used throughout devtools. */

@@ -2,0 +6,0 @@ var { Ci, Cu, Cc, components } = require("./chrome");

@@ -0,1 +1,5 @@

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
module.metadata = {

@@ -2,0 +6,0 @@ "stability": "unstable"

@@ -0,1 +1,5 @@

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
let p = typeof window != "undefined" ? window.Promise : Promise;

@@ -2,0 +6,0 @@ p.defer = function defer() {

@@ -0,1 +1,5 @@

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
const { Cc, Ci, Cu } = require("../utils/chrome");

@@ -2,0 +6,0 @@ const DevToolsUtils = require("../utils/DevToolsUtils");

Sorry, the diff of this file is too big to display

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