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

ags-walk

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ags-walk - npm Package Compare versions

Comparing version 2.0.5 to 2.2.0

cli.js

7

package.json
{
"name": "ags-walk",
"version": "2.0.5",
"version": "2.2.0",
"description": "Walks an ArcGIS Server Rest API and returns all services",
"main": "index.js",
"bin": "./cli.js",
"browser": {

@@ -26,3 +27,5 @@ "request": "xhr"

"dependencies": {
"chalk": "^2.3.0",
"flatten": "^1.0.2",
"minimist": "^1.2.0",
"request": "^2.79.0",

@@ -33,3 +36,3 @@ "run-parallel-limit": "^1.0.3",

"devDependencies": {
"browserify": "^14.5.0",
"browserify": "^15.0.0",
"documentation": "^5.3.3",

@@ -36,0 +39,0 @@ "tape": "^4.6.3",

@@ -12,9 +12,24 @@ # ags-walk

## command line
With Node v8.2.0+ it is not necessary to install ags-walk. You can run:
`npx ags-walk <server-url> [options]`
See example and available options by entering
`npx ags-walk -h`
## install
For Node.js:
To use as a dependency in a Node.js library you can install ags-walk by running:
`npm i ags-walk`
and
then include
`var agsWalk = require('ags-walk')`
in your script file.
For the browser include the tag:

@@ -21,0 +36,0 @@ `<script src="https://unpkg.com/ags-walk/ags-walk.min.js"></script>`

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