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

arcgis-parser

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

arcgis-parser - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

1

main.js

@@ -264,1 +264,2 @@ 'use strict';

module.exports = arcgisParser;
module.exports.default = arcgisParser;

4

package.json
{
"name": "arcgis-parser",
"version": "2.0.2",
"version": "2.0.3",
"description": "Parser for ArcGIS REST Services to human friendly JSON.",

@@ -16,3 +16,3 @@ "main": "main.js",

"scripts": {
"prepublish": "rollup -c rollup.config.js",
"prepublish": "rollup -c rollup.config.js && echo 'module.exports.default = arcgisParser;' >> main.js",
"test": "node -r @std/esm test.js",

@@ -19,0 +19,0 @@ "posttest": "standard src/**.js"

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