Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.0 to 0.4.1

2

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

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

@@ -8,3 +8,3 @@ # B2G Scripts

Commands like reload-app are not going to be useful if your not in DEBUG mode
Commands like reload-app are not going to be useful if you're not in DEBUG mode
(everything is in offline cache).

@@ -80,2 +80,2 @@

b2g-scripts server --gaia $GAIA_DIR --port 8081
````
````

@@ -74,3 +74,7 @@ var Server = require('../lib/script')({

var file = new(static.Server)(argv.gaia);
var file = new(static.Server)(argv.gaia, {
cache: false,
headers: { 'Cache-Control': 'no-cache' }
});
var key;

@@ -77,0 +81,0 @@

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