New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

b2g-scripts

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

b2g-scripts - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

scripts/wait-for-marionette.js

5

HISTORY.md

@@ -0,1 +1,6 @@

# 0.2.0
* Added wait-for-marionette command waits until marionette socket is
ready and open for use.
# 0.1.0

@@ -2,0 +7,0 @@

2

package.json
{
"name": "b2g-scripts",
"version": "0.1.0",
"version": "0.2.0",
"author": "James Lal <jlal@mozilla.com>",

@@ -5,0 +5,0 @@ "description": "B2G/Gaia Helper Scripts",

@@ -63,1 +63,18 @@ # B2G Scripts

````
### b2g-scripts hosts
Output hostfile definition to add to /etc/hosts
```` sh
b2g-scripts hosts --gaia $GAIA_DIR --ip 127.0.0.1
````
### b2g-scripts server
Starts http server. Faster then HTTPD but designed
for use with the emulator/phone.
```` sh
b2g-scripts server --gaia $GAIA_DIR --port 8081
````

@@ -6,3 +6,4 @@ module.exports = {

'hosts': require('./hosts'),
'server': require('./server')
'server': require('./server'),
'wait-for-marionette': require('./wait-for-marionette')
};
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