gravity-js
Advanced tools
+1
-1
@@ -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 |
+1
-1
| { | ||
| "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
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
88642
0.25%108
0.93%