New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

gravity-js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gravity-js - npm Package Compare versions

Comparing version
0.7.2
to
0.7.3
+1
-1
gravity.js

@@ -25,3 +25,3 @@ /*global Buffer, global, module, process, require*/

gravity.VERSION = '0.7.2';
gravity.VERSION = '0.7.3';

@@ -28,0 +28,0 @@ var

{
"name": "gravity-js",
"version": "0.7.2",
"version": "0.7.3",
"description": "A light-weight JS build tool",

@@ -5,0 +5,0 @@ "author": "Chris Campbell <ccampbell@zynga.com> (https://github.com/quaelin)",

+11
-10

@@ -56,2 +56,5 @@ Overview

All of the folling commands have `<dir>` as an optional parameter. If it is not
specified, then it is assumed to be the current directory.
### gravity list

@@ -62,5 +65,4 @@

gravity list <dir>
gravity list [<dir>]
### gravity serve

@@ -71,3 +73,3 @@

gravity serve <dir>
gravity serve [<dir>] localhost:1337

@@ -77,11 +79,10 @@ The server should find an available local port to attach to, and will announce

Gravity server running on http://127.0.0.1:1337/
Gravity server running on http://localhost:1337/
Now you can visit http://127.0.0.1:1337/final.js to see the results. Edit a
Now you can visit http://localhost:1337/final.js to see the results. Edit a
source file, then refresh the page to see the change instantly!
If you want your gravity server to bind to a specific host or port, you can
specify those. Can also be run as a background process.
Can also be run as a background process.
gravity serve <dir> <host>:<port> &
gravity serve [<dir>] <host>:<port> &

@@ -93,3 +94,3 @@

gravity build <dir> <outdir>
gravity build [<dir>] <outdir>

@@ -104,3 +105,3 @@ Gravity will take only your build targets and put them into `<outdir>`.

gravity pull <dir> final.js
gravity pull [<dir>] final.js

@@ -107,0 +108,0 @@

Sorry, the diff of this file is not supported yet